Introduction
There is some improvement in Angular 6 from the previous stable release version. Please check here. In this article, we will learn how to build our own Angular 6 application and,
There is some improvement in Angular 6 from the previous stable release version. Please check here. In this article, we will learn how to build our own Angular 6 application and,
- How to create a component
- How to call selectors
- How to add a stylesheet, header, footer, and dummy text to our application
To learn the basics, click here.
Step 1
Create a directory on your local computer. Open this folder using CMD. To install/update the latest Angular 6, use the below command.
Create a directory on your local computer. Open this folder using CMD. To install/update the latest Angular 6, use the below command.
- npm install -g @angular/cli

To check the version of the user.
- ng -v



Riddhi ValechaPosted Oct 5, 2018, 5:06 AM
Thank you sir ..
Riddhi ValechaPosted Oct 5, 2018, 3:41 AM
Hello sir ... Extremely useful article... Sir .. I need help in doing css design in Angular 4 project ... I have shared my project at - https://www.c-sharpcorner.com/Forums/crud-operations-in-vs-code - It would be great if I get places where I have gone wrong.
Wagner MauroPosted Sep 27, 2018, 9:52 AM
Amazing tutorial, thanks a lot!