Angular 2 Architecture

Simple is to know Angular 2 architecture:

it consists of
1) components
2) Services

Component is further divided into:
1) Template
2) Class
3) Meta data

Root angular module contains components again!!

Syntax of Template:

templateURL:
viewname.component.html

Comments

Popular posts from this blog