Build and organize larger applications with Angular
Angular is a Single Page App (SPA) framework by Google, used by Google for all of their major websites. Angular natively uses TypeScript as the syntax, which is an extension of JavaScript.
This course will cover,
- custom components
- class members (fields, properties, methods)
- classic and signal based inputs and outputs
- services (for REST Api calls)
- debugging Angular code
- pipes to transform data
- route handling to support multiple user pages in a SPA.
- reactive forms
- UI design frameworks, with a focus on Material Design