Introduction to the modern development environment and technologies for frontend development
Understanding the core concepts and design behind Angular.
Getting familiar with TypeScript, the default language for Angular application development
The component is a core building block of an Angular application. In this module, we will deep dive into the component metadata API.
Angular uses dependency injection for instantiating and wiring object together.
As a framework, Angular introduces several modules that are aimed for common development challenges.
To build a robust architecture for a large Angular app, we use a state management solution to orchestrate a unidirectional data flow and a single source of truth between components.