Skip to content

Instantly share code, notes, and snippets.

@Nikita-schetko
Last active May 12, 2022 09:12
Show Gist options
  • Select an option

  • Save Nikita-schetko/cdfb625132971dce4e311205687f0e52 to your computer and use it in GitHub Desktop.

Select an option

Save Nikita-schetko/cdfb625132971dce4e311205687f0e52 to your computer and use it in GitHub Desktop.
ng cli generate component custom module
ng g component shared/components/navbar/sidenav-list --module=shared
ng g component pages/models/models-world
ng generate service icons
@Nikita-schetko
Copy link
Author

ng g pipe shared/pipes/format-image-extension --module=shared

@Nikita-schetko
Copy link
Author

ng g service shared/providers/upload-file

@Nikita-schetko
Copy link
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