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

Successfully upgraded to angular 2 RC1 #1

Merged
merged 1 commit into from
May 25, 2016
Merged

Conversation

Sharpiro
Copy link
Owner

Successfully upgraded to angular 2 RC1
VS Tooling Fix: microsoft/TypeScript#8518

import {LocationStrategy, HashLocationStrategy, APP_BASE_HREF, PathLocationStrategy} from "angular2/platform/common"
import {ROUTER_PROVIDERS} from "@angular/router-deprecated"
import {LocationStrategy, HashLocationStrategy, APP_BASE_HREF, PathLocationStrategy} from "@angular/common"
import "rxjs/Rx"
Copy link
Owner Author

@Sharpiro Sharpiro May 25, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

had to use a work-around for a VS 2015 Typescript tooling fix to get RXJS to not throw errors

@Sharpiro Sharpiro merged commit 063b1f7 into develop May 25, 2016
@Sharpiro Sharpiro deleted the feature/angular-rc1 branch May 25, 2016 18:43
Sharpiro added a commit that referenced this pull request Sep 1, 2017
Successfully upgraded to angular 2 RC1
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.

None yet

1 participant