Skip to content

Commit 7e67578

Browse files
committed
fix: Fixed tabs-routing according to angular2.beta-17 breaking changes
1 parent 63b11fb commit 7e67578

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/components/tabs-routing.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import {MaterializeDirective} from "../../src/index";
22
import {Component,OnDestroy} from "angular2/core"
33
import {Subscription} from "rxjs/subscription";
4-
import {Router, RouteConfig, Location, ROUTER_DIRECTIVES} from "angular2/router";
4+
import {Router, RouteConfig, ROUTER_DIRECTIVES} from "angular2/router";
5+
import {Location} from 'angular2/platform/common';
56

67
@Component({selector: "tabs-test1",template: `<div id="test1" class="col s12">Test 1</div>`})
78
class TabsTest1 {}

0 commit comments

Comments
 (0)