Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 324 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 324 Bytes

Bootstrapping an Angular 2 Application

Bootstrapping is an essential process in Angular - it is where the application is built, and where Angular comes to life.

Bootstrapping Angular 2 applications is certainly different from Angular 1.x, but is still a straightforward procedure. Let's take a look at how this is done.