.NET Core Angular 7 Template

Home / .NET Core Angular 7 Template

It’s been a while since my last blog post.  But, I found some time over the past week to upgrade the previous .NET Core Angular template to Angular 7.


Upgrading from Angular 7.x from Angular 6.x is straight-forward.  The only breaking change that I discovered was TypeScript specified.  Using “setImmediate” is no longer possible using the built-in TypeScript 3.1 typings.  For now, I replaced the two references I had for “setImmediate” to simply use “setTimeout.”

You can pull down the source here:
https://github.com/long2know/angular-core-demo

After pulling down the source, you can open directly in VSCode at the root repository folder.

And, if you have the Omnisharp extension installed, you can simply hit F5 to launch the app. It should also work in Visual Studio 2017.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.