onehungrymind / angular-testing-quickstart

Testing Examples in Angular
20 stars 11 forks source link

add @angular/compiler-cli, @types/node. removed webpack #4

Closed digitaldrummerj closed 7 years ago

digitaldrummerj commented 7 years ago

ng serve errors that @angular/compiler-cli was not installed properly. I noticed that it was missing from package.json which is what caused this error.

The webpack was removed and @types/node was added to make it match the package.json of a new ly generated project

Made the karma config match a newly generated project

Added missing karma packages to package.json