Angular Notes
Angular Notes
- Developed by Google.
- It's a platform that makes it easy to build applications with the web.
- Uses TypeScript, which provides higher security as it supports types (primitives, interfaces,
etc.).
Angular - Page 2
- Components: Directives with a template. They are the main building block for Angular
applications.
- Services and Dependency Injection: Provide a way to share code across components without
Angular Ecosystem:
- Angular CLI: A command-line interface tool to initialize, develop, scaffold, and maintain
Angular applications.