Angular 2 : No NgModule metadata found

后端 未结 28 1460
盖世英雄少女心
盖世英雄少女心 2020-11-30 05:31

I\'m brand new to Angular 2 and attempting to follow along with a video tutorial I found. Despite following all of the steps, Angular just won\'t work; I get the following e

28条回答
  •  無奈伤痛
    2020-11-30 06:02

    I'll give you few suggestions.Remove all these as mentioned below

    1)(index.html)  //<<<===not sure as Angular2.0 final version doesn't require this.
    
    2)platform.bootstrapModule(App); (main.ts)
    
    3)import { NgModule } from '@angular/core'; (app.ts)
    

提交回复
热议问题