Last active
May 12, 2022 09:12
-
-
Save Nikita-schetko/cdfb625132971dce4e311205687f0e52 to your computer and use it in GitHub Desktop.
ng cli generate component custom module
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ng g component shared/components/navbar/sidenav-list --module=shared | |
| ng g component pages/models/models-world | |
| ng generate service icons |
Author
Author
ng g service shared/providers/upload-file
Author
ng g component shared/components/upload-card --module=shared
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ng g pipe shared/pipes/format-image-extension --module=shared