DEV Community

Deepak Gupta
Deepak Gupta

Posted on

Understanding Architecture of Angular 8

Just found a nice read on Understanding Architecture of Angular 8 - https://overflowjs.com/posts/Angular-Understanding-Architecture-Part-2.html

The article explains

  1. Modules
  2. Components
  3. Services and Dependency Injection
  4. Component Communication - Parent to Child Component and Child to Parent Component

Hope it helps someone starting with it.

Happy coding

Top comments (0)