by Juri Strumpflohner (Twitter - Blog)
🔥🔥 Check out the course over on egghead.io🔥🔥
This repository is organized in different branches, one branch for each video lesson.
- Install and Setup Angular Formly
- Create a Simple Form in Angular with Formly
- Customize the form control's input type with Angular Formly
- Render Dropdown fields and bind Observables streams with Angular Formly
- Add functionality to Angular Formly controls with Formly Lifecycle Hooks
- Implement cascading Dropdown fields with Angular Formly
- Dynamically disable a Form field with Angular Formly
- Dynamically set model properties with Angular Formly Expressions
- Dynamically hide Form Controls with Angular Formly
- Add hidden fields to a Form with Angular Formly
- Form validation with Angular Formly
- Customize Angular Formly validation messages
- Implement a custom form validator with Angular Formly
- Use 3rd party Form Controls with Angular Formly
- Implement cross-cutting functionality with Formly Extensions
- Use Angular Formly Extensions to automatically localize all field labels
- Implement multi-column layout Forms with Angular Formly
- Reduce the Angular Formly configuration with helper functions
- Dynamic JSON Forms with Angular Formly
- Dynamic Forms with Angular Formly and JSONSchema
Clone the repository and install all packages
$ npm install
(or yarn install
)
Run the project by executing
$ npm start
Feel free to reach out to me on Twitter or open an issue.