Building Blocks
components
services
directives
router
pipes
Components
Encapsulate the template, data and behaviour of view
Basic structure

Child Component

Nested Child Component

Component Tree

Services
Data Access
Logging
Business Logic
Configuration
Router
Responsible for navigation
Directives
Modify DOM elements
and/or extends DOM behaviour
Last updated
Was this helpful?