Posts by Jônatas Castro • 116 points
1 post
-
0
votes1
answer285
viewsA: Angular core module error
Is missing the @ in Annotation NgModule. Follow the correct code: import { NgModule } from "@angular/core"; import { ColumnistService } from "../services/columnist.service"; import { AlertService }…
angularanswered Jônatas Castro 116