Angular 6/7/8 tutorial in Hindi | Chapter 4 |Angular Building blocks in Hindi | Angular Architecture

Опубликовано: 25 Октябрь 2024
на канале: STUDY BOX
170
5

It describes the architecture of a an Angular Application.
Angular 2 application needs to have one Angular Root Module. Each Angular Root module can then have multiple components to separate the functionality. Following is an example of a root module. Each application is made up of feature modules where each module has a separate feature of the application

Main Concepts to be followed:
1.Module
2.Components
3.Templates
4.Directives/Pipes
5.Services
6.Event Binding
7.Property Binding