chore: router move import changes
This commit is contained in:
@ -2,7 +2,7 @@ import {Component} from '@angular/core';
|
||||
import {Start} from './components/start';
|
||||
import {About} from './components/about';
|
||||
import {Contact} from './components/contact';
|
||||
import {ROUTER_DIRECTIVES, RouteConfig, Route} from '@angular/router';
|
||||
import {ROUTER_DIRECTIVES, RouteConfig, Route} from '@angular/router-deprecated';
|
||||
|
||||
@Component({selector: 'app', directives: [ROUTER_DIRECTIVES], templateUrl: 'app.html'})
|
||||
@RouteConfig([
|
||||
|
Reference in New Issue
Block a user