2
Answers

Create component.js and component .js.map file in angular 2

Photo of sudheen

sudheen

6y
2k
1
Hi Guys,
 
how to create Component.js and Component.js.map file in angular2.
 
when i run ng g Component  test
 
it will create only .ts,.css, html,specs.ts files but how to  create component.js and component.js.map file?
 
 

Answers (2)