ANGULAR

Download Angular E-Book
 
What is Angular ?
  • Angular is a JavaScript framework written in typescript.
  • Single page applications (SPA) are build using Angular
  • Web, desktop and mobile applications are build by using Angular
  •  Angular apps needs a root module to launch an app

  •  Main.ts is an entry point of app which  basically helps in bootstrapping or launching the app

Key components of an Angular app are:-

  • ·     Modules
  •       Components
  •       Directives
  •       Routing
  •       Services and Dependency Injection

e-book covering all core concepts of Angular :-

Comments