Angular Introduction
 Angular is a popular, modern, open-source JavaScript Framework.
 It is developed by Google.
 Angular applications are written in Typescript, a superset of JavaScript,
that provides synthetics sugar such as strong typing and object-oriented
techniques.
 It can run on different Platforms additional to the Web, such as desktop
and mobile.
 Angular comes with features like Templates, Components, Directives,
Dependency Injection, Forms, Pipes, HTTP Service, etc.
www.ittutorialswithexample.com
Prerequisites
Before getting started with Angular, you must have the basic knowledge of the
below technologies
 HTML
 JavaScript
 Typescript
www.ittutorialswithexample.com

Angular Introduction

  • 1.
    Angular Introduction  Angularis a popular, modern, open-source JavaScript Framework.  It is developed by Google.  Angular applications are written in Typescript, a superset of JavaScript, that provides synthetics sugar such as strong typing and object-oriented techniques.  It can run on different Platforms additional to the Web, such as desktop and mobile.  Angular comes with features like Templates, Components, Directives, Dependency Injection, Forms, Pipes, HTTP Service, etc. www.ittutorialswithexample.com
  • 2.
    Prerequisites Before getting startedwith Angular, you must have the basic knowledge of the below technologies  HTML  JavaScript  Typescript www.ittutorialswithexample.com