We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e069707 commit 0335489Copy full SHA for 0335489
src/nativescript-angular/router.d.ts
@@ -0,0 +1,5 @@
1
+import {Type} from 'angular2/core';
2
+
3
+export var NS_ROUTER_PROVIDERS: any[];
4
+export var NS_ROUTER_DIRECTIVES: Type[];
5
+export var routerTraceCategory: string;
src/nativescript-angular/router.ts
+export {
+ NS_ROUTER_PROVIDERS,
+ NS_ROUTER_DIRECTIVES,
+ routerTraceCategory
+} from "./router/ns-router";
0 commit comments