- Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Description
using @ngtools/webpack 1.1.7
tried both @angular/compiler-cli 2.1.x and 2.2.0
import { NgModule, Component } from '@angular/core'; @Component({ selector: 'app', template: '<h1>hello world</h1>', styles: [] }) class AppComponent {} @NgModule({ declarations: [AppComponent], providers: [], bootstrap: [AppComponent] }) export class AppModule {}Error: AppModule is not an NgModule at AotPlugin.getNgModuleMetadata (/var/build/node_modules/@ngtools/webpack/src/plugin.js:297:19) at AotPlugin._processNgModule (/var/build/node_modules/@ngtools/webpack/src/plugin.js:241:42) at /var/build/node_modules/@ngtools/webpack/src/plugin.js:217:39 at process._tickCallback (internal/process/next_tick.js:103:7) at Module.runMain (module.js:606:11) at run (bootstrap_node.js:394:7) Done in 7.29s. antonybudianto, griswold, mark-holmes, dhardtke, e-oz and 24 more
Metadata
Metadata
Assignees
Labels
No labels