Skip to content
| Marketplace
Sign in
Visual Studio>Templates>Angular 6 .NetCore 2 Template
Angular 6 .NetCore 2 Template

Angular 6 .NetCore 2 Template

Luis Tepepa

|
5,355 installs
| (1) | Free
Startup project for creating Angular 6 application with .net core 2.1
Download

Startup project for creating .net core 2.1 application with Angular 6 Cli. It comes with swagger, bootstrap with font awesome


Prerequisite

[Visual Studio 2017]

[Node] - https://nodejs.org/en/download/ Verify that you are running at least Node.js version 8.x or greater and npm version 5.x or greater by running node -v and npm -v in a terminal/console window. Older versions produce errors, but newer versions are fine.

[Angular Cli 6] - To install run the following in command line. npm install -g @angular/cli verify version running: ng --version

[Typescript] - https://www.typescriptlang.org/ Verify that you have version 2.7 or above. You can check by running tsc -v in any terminal window.


Getting Started

  1. Right click on solution and select "Restore Nuget Packages" restore.PNG

  2. Open terminal windows and browse to project location where the package.json file is, then run the following to install all the npm packages: npm install npmInstall.PNG

  3. Run the application appStart.PNG


Swagger

To test swagger

  1. Run applicaton
  2. add "/swagger" to url and should take to you swagger api tester swagger.PNG

Angular Karma Testing

To test angular using karma

  1. run ng test in a terminal where the angular.json file is located Karma.PNG
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft