Angular - Fundamentals
Identify the error in this Angular module code snippet:
@NgModule({ declarations: [AppComponent], imports: [BrowserModule], bootstrap: [AppComponent] }) export class AppModule {}