TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Pravat Kumar
NA
668
448.9k
How to generate components in a specific folder
Mar 21 2019 7:34 AM
How to generate components in a specific folder with angular-cli?
example:
ng g c test
src >> app>>test>>test.component.ts
but i want to create into different folder by using same command
example:
ng g c test
src >> app>>newfolder>> test>>test.component.ts
i dont want to use below command every time.
ng g c newfolder/test
please help me.
Reply
Answers (
4
)
setting up unit test for deploying angular application
Show pdf in browser from database