You are on page 1of 1

<https://angular-templates.

io/tutorials/about/learn-angular-from-scratch-step-by-
step>

The main building elements for Angular are


modules,
components,
templates,
metadata,
data binding,
directives,
services and dependency injection

Angular uses a component hierarchy as its main architecture. It does not have a
"scope" concept or controllers used in Angular 1

Angular follows a modularity concept. Similar functionalities are kept together


inside modules

You might also like