ERROR in ./app/app.module.ts
Module parse failed: Unexpected character '@' (5:0)
You may need an appropriate loader to handle this file type.
| import { AppComponent } from './app.component';
|
| @NgModule({
| imports: [ BrowserModule ],
| declarations: [ AppComponent ],
我按照代码下来 运行报这个错 麻烦指导下
Module parse failed: Unexpected character '@' (5:0)
You may need an appropriate loader to handle this file type.
| import { AppComponent } from './app.component';
|
| @NgModule({
| imports: [ BrowserModule ],
| declarations: [ AppComponent ],
我按照代码下来 运行报这个错 麻烦指导下