File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 115115 "yargs" : " ^4.2.0"
116116 },
117117 "dependencies" : {
118- "@angular/common" : " 2.0.0-rc.2 " ,
119- "@angular/compiler" : " 2.0.0-rc.2 " ,
120- "@angular/core" : " 2.0.0-rc.2 " ,
121- "@angular/forms" : " ^ 0.1.0 " ,
122- "@angular/http" : " 2.0.0-rc.2 " ,
123- "@angular/platform-browser" : " 2.0.0-rc.2 " ,
124- "@angular/platform-browser-dynamic" : " 2.0.0-rc.2 " ,
125- "@angular/router" : " 3.0.0-alpha.6 " ,
118+ "@angular/common" : " 2.0.0-rc.3 " ,
119+ "@angular/compiler" : " 2.0.0-rc.3 " ,
120+ "@angular/core" : " 2.0.0-rc.3 " ,
121+ "@angular/forms" : " 0.1.1 " ,
122+ "@angular/http" : " 2.0.0-rc.3 " ,
123+ "@angular/platform-browser" : " 2.0.0-rc.3 " ,
124+ "@angular/platform-browser-dynamic" : " 2.0.0-rc.3 " ,
125+ "@angular/router" : " 3.0.0-alpha.7 " ,
126126 "es6-module-loader" : " ^0.17.8" ,
127127 "core-js" : " ^2.4.0" ,
128128 "rxjs" : " 5.0.0-beta.6" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { AboutComponent } from './index';
22
33export const AboutRoutes = [
44 {
5- path : '/ about' ,
5+ path : 'about' ,
66 component : AboutComponent
77 }
88] ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { HomeComponent } from './index';
22
33export const HomeRoutes = [
44 {
5- path : '/ ' ,
5+ path : '' ,
66 component : HomeComponent ,
77 index : true
88 } ,
You can’t perform that action at this time.
0 commit comments