- In this post, we created the front-end angular6 web application to consume the asp.net core 2.0 web API back-end that we created in Part-1. The API was published in Azure: dashboard and employees and the code in GitHub.
- We used angular 6, Jquery Table footer plugin to create employer tracker table, similarly, we used the nvd3 library to create bar chart and py chart. In this post, we are going to learn how to :
Part 1 – Create an Angular 6 SPA in TypeScript (Current Post).
Part 2 – Create charts with Angular 6 Feature Modules in typescript.
- In this post, we will use angular CLI to build the initial structure of the Angular 6 Single-Page Application (SPA) in TypeScript.
Front-End Technologies:
The Angular CLI is a tool to initialize, develop, scaffold and maintain Angular applications.
Let structured our Angular 6 Single -Page Application(SPA) from Angular- CLI.
Open up your terminal and install angular-CLI.
To install the Angular CLI:
1npm install -g @angular/cli
123ng new employeetrackerUIcd employeetrackerUIng serve