Skip to content
Robert Willemelis edited this page Apr 13, 2018 · 3 revisions

Notes

  • who am I (STRATO, ngGirls, love angular, still learning)

Begin

  • found a lot sample for reactive forms about basic concepts
  • love idea of reusability
  • but how to create reusable components with reactive forms?
  • searched for an open source sampel of a reactive form with reusable components, which are test driven
  • forms are easy? problem is finetunig of validation and customizing to project/company goals

goal

  • customized layout
  • finetuned validation
  • one error-field component
  • full test driven
    • also without selenium
  • reusable components
  • dynamic model
  • accessable for colleagues
  • using components from outside of root component => custom html-tags

problems

  • sharing model state for reusable components
  • creating usable and readable tests
  • reduce efford for creating new components
  • finetuning validation
  • bundle size
  • test, travis

check terms

Abstract (Draft)

# Title
Test driven Reactive Forms with reusable components in action - sample at/for STRATO

# Duration:
15-30min

# Target Group
Developer, Interests

# Abstract
Angular is a framework which enables cross-platform development with the goal of scalability of  enterprise application, supported by a rich platform of tooling for teams.
But how is the journey to get out of all these "Hello World" samples into real production?

In this talk I want to focus on an open source project for a basic reactive contact form, which could be used in production. This means a test driven approach (also usable without e2e-Tests and Selenium) with  reusable components and a fine-tuned tested validation. I also want to share my learnings.


# Language 
English
Clone this wiki locally