Get started with Angular, learn the fundamentals and explore advanced topics on our documentation website.
- [Getting Started][quickstart]
- [Architecture][architecture]
- [Components and Templates][componentstemplates]
- [Forms][forms]
- [API][api]
- [Angular Elements][angularelements]
- [Server Side Rendering][ssr]
- [Schematics][schematics]
- [Lazy Loading][lazyloading]
- [Animations][animations]
- Install [Node.js] which includes [Node Package Manager][npm]
Install the Angular CLI globally:
npm install -g @angular/cli
Run the application:
cd [PROJECT NAME]
ng serve
Angular is cross-platform, fast, scalable, has incredible tooling, and is loved by millions.
[Get started in 5 minutes][quickstart].
- [Angular Command Line (CLI)][cli]
- [Angular Material][angularmaterial]
[Learn about the latest improvements][changelog].
Check out our upgrade guide to find out the best way to upgrade your project.
Read through our [contributing guidelines][contributing] to learn about our submission process, coding rules, and more.