Skip to content

Instantly share code, notes, and snippets.

@rifayetuxbd
Created December 17, 2022 14:42
Show Gist options
  • Select an option

  • Save rifayetuxbd/3ca6ad2fa170cb5580c6c826504a61e5 to your computer and use it in GitHub Desktop.

Select an option

Save rifayetuxbd/3ca6ad2fa170cb5580c6c826504a61e5 to your computer and use it in GitHub Desktop.

Create a lazy module using angular CLI

ng g m <module_name> --route <route_name> --module <parent_module_name>

ng g m expense --route expense --module app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment