We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting the following typescript compilation error
Module '"/%path%/node_modules/angular-ui-router/lib/index"' has no exported member 'UrlRouterProvider'.
This is my imports to get it working:
import {StateProvider} from 'angular-ui-router'; import {UrlRouterProvider} from "../../../../node_modules/angular-ui-router/lib/urlRouterProvider";
I think export * from "./urlRouterProvider"; is missing from index.d.ts?
export * from "./urlRouterProvider";
The text was updated successfully, but these errors were encountered:
d71bad0
Will fix for rc.2, but recommend you migrate to $urlService and/or $urlServiceProvider.
$urlService
$urlServiceProvider
https://github.com/angular-ui/ui-router/releases/tag/1.0.0-rc.1
https://ui-router.github.io/ng1/docs/latest/modules/injectables.html#_urlserviceprovider
Sorry, something went wrong.
No branches or pull requests
I am getting the following typescript compilation error
Module '"/%path%/node_modules/angular-ui-router/lib/index"' has no exported member 'UrlRouterProvider'.
This is my imports to get it working:
I think
export * from "./urlRouterProvider";
is missing from index.d.ts?The text was updated successfully, but these errors were encountered: