Angular - Modules
What is wrong with this NgModule definition?
@NgModule({
declarations: [AppComponent],
bootstrap: AppComponent
})
export class AppModule {}