Skip to content
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

Replace declare ng.ui with declare angular.ui. Fixes #2035 #2180

Closed
wants to merge 1 commit into from

Conversation

rcollette
Copy link

Because the TS 1.5 language service does not yet support the exclude option, IDEs such as WebStorm will find and use angular-ui-router.d.ts.

As discussed in issue 2035, the declaration ng.ui conflicts with the declaration of ng in angular.d.ts.

This merge is to correct the declaration from ng.ui to angular.ui

Pull 1990 is attempting to address the issue by removing the definition entirely from the project, which is fine as well.

Either way, the issue is a blocker for those compiling with an IDE (i.e. perhaps not using a gulpfile).

Hopefully one of the two pulls will be merged ASAP.

Fixes #2035

@rcollette rcollette changed the title Replace declare ng.ui with declare angular.ui. Fixes 2035 Replace declare ng.ui with declare angular.ui. Fixes #2035 Aug 17, 2015
@wesleycho
Copy link
Contributor

This should be addressed with 63f4476 from #1990. Please use the implementation in https://github.com/borisyankov/definitelytyped

@wesleycho wesleycho closed this Sep 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants