Monday, September 21, 2020

Angular - Section # 1

 

What is Angular?

Angular is a platform and framework for building single page client applications using HTML and Typescript.

Features and Benefits

  • Cross platform.
  • Progressive Web Apps (PWAs)
  • Web app that can be installed on mobile phone like a native app.
  • Download content ahead of time run process in background.
  • Powerful CLI
  • Typescript.
  • Speed.
  • Scalability.

Components

  • Used component based architecture.
  • Each component is one area of functionality.

Typescript 

Typescript was written by Microsoft and it cannot be rendered in browser.
Typescript is complied to JS by Angular for rendering in the browser.

Why Angular 7

Angular is flexible, you can start with the little app that can scale quickly
Can scale up by adding many components with dependencies.

Angular - Section # 1

  What is Angular? Angular is a platform and framework for building single page client applications using HTML and Typescript. Features and ...