Last active
January 3, 2023 10:36
-
-
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
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
// 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