Getting Started
Overview about Angular
Welcome to the Angular documentation. This guide will help you understand and work with Angular framework.
Angular is a platform and framework for building single-page client applications using HTML and TypeScript. Angular is written in TypeScript. It implements core and optional functionality as a set of TypeScript libraries that you import into your applications.
A front-end framework developed by Google for building dynamic web applications (SPA - Single Page Application).
Angular (2+) is a complete rewrite and fundamentally different from AngularJS (1.x). It’s built with TypeScript and offers improved performance, better dependency injection, and more intuitive component architecture.
npm install -g @angular/cling new“What’s an SPA? Can anyone explain?”

For detailed information about each topic, please follow the links in the Table of Contents.
Overview about Angular
What is component and how does it work
Basic data binding
Basic modules, recommendation
Basic Dependency Injection, singleton pattern and reuseable
Basic form data management
Basic Routing
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.