Angular Architecture
Overview of Angular Building Blocks
Summary / Overview
In the last lesson, we installed the angular CLI and created a new project.
This lesson will continue where we left off. We will look over our application’s structure and the building blocks that make up an angular app. This is a high level overview the concepts are the important part.
The root component.
The root module.
Setup / Prerequisites
Angular CLI installed
Node version 8 or greater
Reference:
Links to documentation or live code examples/implementations, further practice and past lessons
Last updated