Skip to content

Instantly share code, notes, and snippets.

@brakmic
Created March 12, 2017 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brakmic/6aaeffcb3ab7ed25510f38122da31845 to your computer and use it in GitHub Desktop.
Save brakmic/6aaeffcb3ab7ed25510f38122da31845 to your computer and use it in GitHub Desktop.
routing target - vr-wrapper-module.ts
export const APP_ROUTES: Routes = [
{ path: '',
children: [
{ path: '', loadChildren: './shared/wrapper#VrWrapperModule' },
{ path: ':area', loadChildren: './shared/wrapper#VrWrapperModule' }
]
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment