Skip to content
This repository was archived by the owner on May 2, 2021. It is now read-only.

Commit 177b425

Browse files
Merge pull request #5 from silverark/patch-2
loadChildren format
2 parents 40ff29c + 540b858 commit 177b425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AngularUI/src/app/layouts/welcome-layout/welcome-layout-routing.routing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { CommonAuthModule } from 'app/auth/common-auth.module';
44
export const WelcomeLayoutRouting: Routes = [
55
{
66
path: '',
7-
loadChildren: () => import('../../auth/common-auth.module').then(m => CommonAuthModule)
7+
loadChildren: () => import('../../auth/common-auth.module').then(m => m.CommonAuthModule)
88
}
99
];
1010

0 commit comments

Comments
 (0)