Skip to content

Instantly share code, notes, and snippets.

@brakmic
Created March 12, 2017 12:55
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/ff0821842ed3ec0f844b301a15c0cc6d to your computer and use it in GitHub Desktop.
Save brakmic/ff0821842ed3ec0f844b301a15c0cc6d to your computer and use it in GitHub Desktop.
child routes for vrwrapper-module
import { Routes } from '@angular/router';
import { VrWrapperComponent } from './wrapper.component';
export const WRAPPER_ROUTES: Routes = [
{ path: '',
component: VrWrapperComponent
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment