$ ng version
_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
Angular CLI: 16.0.5
Node: 18.16.0
Package Manager: npm 9.6.6
OS: linux x64
Angular:
...
Package Version
------------------------------------------------------
@angular-devkit/architect 0.1600.5 (cli-only)
@angular-devkit/core 16.0.5 (cli-only)
@angular-devkit/schematics 16.0.5 (cli-only)
@schematics/angular 16.0.5 (cli-only)
$ ng generate component productList
$ cd app/src/app/product-list/
$ ng generate component search
$ cd app/src/app/container/
$ ng generate component productList
$ cd app/src/app/container/product-list/
$ ng generate component product
$ cd app/src/app/container/product-list/
$ ng generate component filter
$ cd app/src/app/container/
$ ng generate component product-detail
$ cd src/app/container/
$ ng generate component featured-brands
$ cd app/src/app/CustomDirectives/
$ ng generate directive highlight
$ cd app/src/app/CustomDirectives/
$ ng generate directive appHover