Skip to content

'UrlRouterProvider' missing from typings in RC1 #3296

New issue

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

Closed
ashgibson opened this issue Jan 26, 2017 · 1 comment
Closed

'UrlRouterProvider' missing from typings in RC1 #3296

ashgibson opened this issue Jan 26, 2017 · 1 comment
Milestone

Comments

@ashgibson
Copy link

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?

@christopherthielen
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants