XUtils

angular

Angular is a development platform for building mobile and desktop web applications using Typescript/JavaScript and other languages.


Advanced

  • [Angular Elements][angularelements]
  • [Server Side Rendering][ssr]
  • [Schematics][schematics]
  • [Lazy Loading][lazyloading]
  • [Animations][animations]

Local Development

To contribute to the Angular Docs, check out the Angular.dev README

Development Setup

Prerequisites

  • Install [Node.js] which includes [Node Package Manager][npm]

Setting Up a Project

Install the Angular CLI globally:

npm install -g @angular/cli

Create workspace:

ng new [PROJECT NAME]

Run the application:

cd [PROJECT NAME]
ng serve

Angular is cross-platform, fast, scalable, has incredible tooling, and is loved by millions.

Quickstart

[Get started in 5 minutes][quickstart].

Changelog

[Learn about the latest improvements][changelog].

Upgrading

Check out our upgrade guide to find out the best way to upgrade your project.

Code of Conduct

Help us keep Angular open and inclusive. Please read and follow our [Code of Conduct][codeofconduct].


Articles

  • coming soon...