Update to angular2-rc.6

This commit is contained in:
Farkas József
2016-09-01 17:44:51 +02:00
parent 5367346990
commit a1020982b8
20 changed files with 90 additions and 106 deletions

View File

@@ -1,7 +1,7 @@
import { RouterConfig } from '@angular/router';
import { Routes } from '@angular/router';
import { MacroComponent } from './macro.component';
export const macroRoutes: RouterConfig = [
export const macroRoutes: Routes = [
{
path: 'macro',
component: MacroComponent