How To generate component in angular 6

How To generate component in angular 6

We use command with generate component in angular 6. Most work you do with Angular relates to components. Basically an Angular 6 application is a tree of components with a root component. A component controls a part of the web application screen.
ng generate component demo
Shortcut command to generate component in angular 6
ng g c demo
How To generate component in angular 6







Follow On Social Media -

Follow on instagram   -  https://www.instagram.com/frontendissue/  
Follow on Twitter       -  https://twitter.com/IssueEnd
Follow on pinterest    -  https://in.pinterest.com/frontendissue/



Comments

Post a Comment

Popular posts from this blog

Owl carousel center mode with zoom image

Add (+/-) Button Number Incrementers using jQuery

What is difference between click and onclick in jquery