Skip to content

Instantly share code, notes, and snippets.

@maxchene
Last active January 3, 2023 10:36
Show Gist options
  • Save maxchene/8e3ae200defd4265714b5de9502978e4 to your computer and use it in GitHub Desktop.
Save maxchene/8e3ae200defd4265714b5de9502978e4 to your computer and use it in GitHub Desktop.
angular generate module with component and add lazy route to parent routing module
// The above command will generate about module with about component and add lazy load route at app module for routing about route.
ng g m about --module app --route about
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment