有人在 RC6 中使用过 ng2-bootstrap 吗?
我在 app.module 中执行此操作(按照 gitHub 上的说明):
import {AlertModule} from 'ng2-bootstrap/ng2-bootstrap';
@NgModule({
imports: [BrowserModule, AlertModule],
exports: [],
providers: [],
declarations: [AppComponent],
bootstrap: [AppComponent]
})
我在运行时收到错误:
语法错误:意外的令牌 <