标签: angular typescript module
通常在Angular 2中,main.ts文件只包含一个模块,import {AppComponent} from "./app.component"
main.ts
import {AppComponent} from "./app.component"
是否可以在main.ts文件中导入多个模块?