top of page
Coding Guru
Angular
Angular 6 is a right choice to build web Single Page Applications. It helps to publish web component which is used in an HTML page. Angular 6 was released on May 4, 2018. It includes the Component Development Kit (CDK) ,Angular CLI (Command Line Interface), and Angular Material Package Update.
Before we begin,make sure your development environment includes Node.js and an npm package manager.
Angular requires Node.js version 8.x or 10.x.
-
To check your version, run node -v in a terminal/console window.
-
To get Node.js, go to nodejs.org.
The npm client command line interface, which is installed with Node.js by default.
To check that you have the npm client installed, run npm -v in a terminal/console window.
bottom of page