Created
October 10, 2020 06:55
-
-
Save thisiszoaib/bca61fc2ded7446012ef22382bf3bdb1 to your computer and use it in GitHub Desktop.
Code splitting 1
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
| const routes = [ | |
| { | |
| path: 'academics', | |
| loadChildren: () => import('./academics/academics.module').then((m) => m.AcademicsModule) | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment