Skip to content

Instantly share code, notes, and snippets.

@arturovt
Created June 6, 2019 23:22
Show Gist options
  • Save arturovt/fdf29aed1b52d0f83f6df7ac5c8c98b0 to your computer and use it in GitHub Desktop.
Save arturovt/fdf29aed1b52d0f83f6df7ac5c8c98b0 to your computer and use it in GitHub Desktop.
const routes: Routes = [
{
path: 'todos',
component: TodosComponent,
resolve: {
todos: TodosResolver
}
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment