chore(typings): add router_spec to test.typings

Closes #4651
This commit is contained in:
Alex Eagle
2015-10-10 09:45:04 -07:00
committed by Alex Eagle
parent 45b33c5a90
commit 78875d57c8
2 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,3 @@
///<reference path="../dist/docs/typings/angular2/angular2.d.ts"/>
///<reference path="../dist/docs/typings/angular2/router.d.ts"/>
import {Component, bootstrap, View} from 'angular2/angular2';
import {RouteConfig, ROUTER_DIRECTIVES, ROUTER_PROVIDERS} from 'angular2/router';