test(router): add tests for router.d.ts

Closes #3282
This commit is contained in:
Brian Ford
2015-08-04 15:08:59 -07:00
parent 166688348a
commit 450d3630cc
9 changed files with 49 additions and 12 deletions

View File

@ -20,7 +20,3 @@ declare module ng {
interface InjectableReference {}
}
{% endblock %}
declare module "angular2/angular2" {
export = ng;
}

View File

@ -65,8 +65,8 @@ declare module ng {
{% endfor %}
}
{% endfor %}
declare module "angular2/angular2" {
declare module "{$ alias $}" {
export = ng;
}
{% endfor %}