Login
Remember
Register
Ask a Question
What Is Modules In Angular 6
0
votes
asked
Nov 24, 2019
in
Angular
by
rajeshsharma
What Is Modules In Angular 6
angular-modules
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 24, 2019
by
SakshiSharma
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
...