0 votes
in Angular by
What Is Modules In Angular 6

1 Answer

0 votes
by
The angular 6 NgModule is a one type of the TypeScript make class marked by the data binding @NgModule decorator.

READ :  ngTouch event example using angularjs-ngtouch directive

ng new yourApp

npm install -g @angular/cli
...