Angular - Fundamentals
Identify the issue in this Angular bootstrap code:
import { bootstrapModule } from '@angular/platform-browser';
import { AppModule } from './app.module';
bootstrapModule(AppModule);
