Angular Quick Guide.
Basics
Angular is a frameworks based on the MVC pattern. Where we can find a basic structure:
-Template
-Directives
-Controller
-Model
Template
This is an enriched html template where its posible to introduce logic and behavior.