DEV Community

Discussion on: Explain Angular to Me

Collapse
 
srirammahadevan profile image
Sriram.Mahadevan

I am sort of a newbie here but I will try to explain it simply.

  1. It lets us write single page applications.
  2. Basically angular lets you DOM manipulation.
  3. Above point can be done thru data binding (kinda like states in react)
  4. Obviously routing is core concept
  5. we can write html tags called components and can reuse the same
  6. The architecture is like i. Application can contain one or more modules ii. A module is a collection of components (or pipes or services and so on) iii. A basic component consists of a template, its typescript and a stylesheet

Oh yeah! I forgot , it first loads the index.html