André Ikeda
Results
1
comments of
André Ikeda
for me, using the version 1.0.0 of @angular/cli and its dependencies, the working solution was to add the **NgModule** annotation on _ng.semantic.d.ts_ file `import { NgModule } from '@angular/core';` `@NgModule()...