Angular - All Possible Solutions for 'No NgModule'
Angular – All Possible Solutions for ‘No NgModule’
The error “No NgModule metadata found for ‘AppModule'” could be caused by various reason:
Moving Angular project folder.
Upgrading dependencies.
Upgrading Angular version.
Here are summary of all possible answers I have found during my battle. All answers are from Github and Stackoverflow.
You are trying to bootstrap App, which is not a real module. Instead, bootstrap Module. Source.
A simple…
View On WordPress














