Ashish Patel: Notes

Atom feed

Recently added: Introduction, Abstraction, Xunit, Publisher subscriber pattern, Request reply pattern

Angular is a front end framework that makes it easy to build applications. The advantage of using Angular is that it provides dependency injection, end to end tooling.

Architecture of Angular

Angular Architecture

Key components of Angular

  1. Component: These are the basic building blocks of angular application to control html views.
  2. Modules: An angular module is set of component, directives, services. Each module performs a single task
  3. Templates: Represents the views of an Angular application
  4. Services: Components which can be shared across the entire application

Created 2019-01-23T11:57:03+05:30, updated 2022-01-29T02:34:00+00:00 · History · Edit