This training is about Google framework – Angular (version 2 or higher). It includes several important parts of this framework such as components and directives, services, dependency injection mechanism, pipes, routing, httpclient, template-driven and data-driven (reactive) forms, unit tests. Also it includes @ngrx library which allows to manage application state with ease.
- use Angular-CLI to setup Angular project and Angular framework to create spa application
- create components, directives, pipes
- identify how components communicate with each other
- create and register services
- communicate with backend using HttpClient
- manage application state with @ngrx library
- define the difference between template driven forms and reactive forms
- write basic unit tests