Please suggest extention name to make my Angular project components look like folders for below.

Please suggest extention name to make my Angular project components look like folders for below.

Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Harshal LimayePosted Jan 6, 2023, 11:01 AM
You can build this using the Tree Component that comes bundled with the Angular Material package.
https://material.angular.io/components/tree/examples
https://material.angular.io/components/tree/overview
https://stackblitz.com/run?file=src%2Fapp%2Ftree-flat-overview-example.ts
Rajesh GamiPosted Jan 5, 2023, 9:22 AM
Hi
Install this VS Code extension :
Puneet KankarPosted Dec 23, 2022, 7:01 AM
Hi
Once you use the command for creating a new component. it will automatically create a folder with the same component same that is having four files.
CSS (writing for CSS)
HTML(writing for HTML)
Spec(Writing for test cases)
ts(writing for js code)
ng generate component my-order
Srinivasan RamamoorthiPosted Dec 22, 2022, 1:57 PM
check this link
https://www.youtube.com/watch?v=kK56RxbzFkw