Thursday, January 9, 2020

I'm pretty frustrated with the canned Angular apps in Visual Studio.

As of .NET 2.0 this was a thing. With 2.0 you could make an Angular 5 application, but you couldn't upgrade it with npm install or it would break. Now, as of 3.0, you may make an Angular 8 application, but even though it comes with a couple of tests in \ClientApp\src\app\counter\counter.component.spec.ts you cannot just run the tests without error with: npm test

No comments:

Post a Comment