Skip to content

Instantly share code, notes, and snippets.

@kobvel
Last active October 4, 2017 06:28
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 kobvel/206e5887546763515e91469e61512bba to your computer and use it in GitHub Desktop.
Save kobvel/206e5887546763515e91469e61512bba to your computer and use it in GitHub Desktop.
import { Routes } from '@angular/router';
import { ProfileComponent } from './profile-list';
export const routes: Routes = [
{ path: 'profile', component: ProfileComponent }
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment