Remember
Register
1
new
Chill
new
Puzzles
new
GK
new
Sports
new
Business
Home
Questions
MCQs
Unanswered
Tags
Users
Ask a Question
Write Article
Articles
Connect to us
In Angular CLI, How to create a component without folder?
0
votes
1,044
views
In Angular CLI, How to create a component without folder?
angularcli
posted
May 13, 2018
by
anonymous
Share this question
Your comment on this post:
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
1 Answer
0
votes
Using Flat option we can create component without a folder.
ng generate component compName --flat
answer
May 20, 2018
by
Manish Tiwari
Your comment on this answer:
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
Your answer
Preview
Email me at this address if my answer is selected or commented on:
Email me if my answer is selected or commented on
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
Similar Questions
0
votes
How to create a Angular Project with SCSS setup instead of CSS using Angular CLI?
0
votes
In Angular CLI, How to update existing Webpack Task/ Add own tasks ?
0
votes
What is use for Angular Cli Github Pages?
0
votes
How to generate a Project setup with Routing using AngularCLI?
0
votes
How to create a angular component with block element by default?
...