https://plnkr.co/edit/XLYLsuMd3I9ICuBgMeDH?p=preview
@NgModule({
imports: [
BrowserModule,
BrowserAnimationsModule,
FormsModule,
HttpModule,
PlunkerMaterialModule,
MdNativeDateModule,
ReactiveFormsModule,
InMemoryWebApiModule.forRoot(InMemoryDataService),
],
declarations: [SelectFormExample],
bootstrap: [SelectFormExample],
providers: [AppState]
})
export class PlunkerAppModule {}
platformBrowserDynamic().bootstrapModule(PlunkerAppModule);
alert("I am here");
答案 0 :(得分:0)
在angular-in-memory-web-api
systemjs.config.js
的版本
'angular-in-memory-web-api': 'https://unpkg.com/angular-in-memory-web-api@0.2.4/bundles/in-memory-web-api.umd.js'
没有版本,它使用最新版本。我会找到一个更新的plunker因为plunker默认为最新的角度(v5.1.3),它设计为^ 4.0.0