速查表 - Angular.cn
文章推薦指數: 80 %
引导/启动Bootstrappingimport { platformBrowserDynamic } from '@angular/platform-browser-dynamic';用 NgModule 中指定的根组件进行启动。
Bootstraps the app, using the root component from the specified NgModule.import { NgModule } from '@angular/core'; @NgModule({ declarations: ..., imports: