Javascript – Angular-AppComponent error. How solve it?
I have a problem with my Angular project. In my app.module.ts the code is below: import { NgModule } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; import { AppRoutingModule } from './app-routing.module'; import { AppComponent } from './app.component'; import…