angular-ui-router: Can't export a string literal (#19839)

This commit is contained in:
Andy
2017-09-18 10:30:24 -07:00
committed by GitHub
parent 92f0f8813d
commit 2f1bc54214

View File

@@ -8,7 +8,8 @@
import * as angular from 'angular';
export default "ui.router";
declare const exportedString: "ui.router";
export default exportedString;
export type IState = angular.ui.IState;
export type IStateProvider = angular.ui.IStateProvider;