标签:str bsp nbsp 关键字 export app component class from
import { ngModule } from ‘@angular/core‘;
import { AppComponent } from ‘./app.component‘;
export class AppModule { }
通过 export 关键字,模块可以把某些对象声明为公共的。其他模块可以使用 import 语句来访问这些公共对象。
标签:str bsp nbsp 关键字 export app component class from
原文地址:https://www.cnblogs.com/veraNotes/p/10801826.html