javascript - What does bootstrap function do in Angular 2 -


i'm new frontend frameworks , learning angular 2. in tutorial, tells include line bootstrap(appcomponent). bootstrap function do? starts app? i'm guessing has nothing ui framework.

from the docs:

you instantiate angular application explicitly specifying component use root component application via bootstrap() method.

so yes, starts application.


Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -