Reputation: 113
I create Asp.Net Core Project with Angular template. each import row with '@angular/...'; has an error
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
Upvotes: 1
Views: 633
Reputation: 692
Have you run "npm install"? If not, you need to run "npm install" from the root folder.
Upvotes: 1