Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
114 views

Angular Notes

Angular is a platform developed by Google for building mobile and desktop web applications using TypeScript for higher security. It features components as the main building blocks, modules to organize functionality, and services/dependency injection to share code across components. The Angular ecosystem includes RxJS for reactive programming, Angular CLI for scaffolding applications, Angular Material for Material Design components, and NgRx for building reactive applications.

Uploaded by

rounakbhowmick
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
114 views

Angular Notes

Angular is a platform developed by Google for building mobile and desktop web applications using TypeScript for higher security. It features components as the main building blocks, modules to organize functionality, and services/dependency injection to share code across components. The Angular ecosystem includes RxJS for reactive programming, Angular CLI for scaffolding applications, Angular Material for Material Design components, and NgRx for building reactive applications.

Uploaded by

rounakbhowmick
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Angular - Page 1

Angular - A platform for building mobile and desktop web applications:

- Developed by Google.

- A complete rewrite from the same team that built AngularJS.

- 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

Core Features of Angular:

- Components: Directives with a template. They are the main building block for Angular

applications.

- Modules: Organize application into cohesive blocks of functionality.

- Services and Dependency Injection: Provide a way to share code across components without

needing to directly connect them.


Angular - Page 3

Angular Ecosystem:

- RxJS: A library for reactive programming using Observables.

- Angular CLI: A command-line interface tool to initialize, develop, scaffold, and maintain

Angular applications.

- Angular Material: Material Design components for Angular.

- NgRx: A framework for building reactive applications in Angular.

You might also like