Startup project for creating .net core 2.1 application with Angular 7 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 [Angular Cli 7] - To install run the following in command line.
[Typescript] - https://www.typescriptlang.org/ Verify that you have version 3.1 or above for npm global and SDK for visual studio. To check Global: You can check by running tsc -v in any terminal window. To check Visual Studio 2017: Right click on project -> properties -> Typescript Build -> Typescript Version 3.1 (should be there) Getting Started
SwaggerTo test swagger
Angular Karma TestingTo test angular using karma
|