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

Upgrade to 2.0.0-alpha.47 - promise, EventEmitter, lang, asyc #23

Closed
akserg opened this issue Dec 2, 2015 · 1 comment
Closed

Upgrade to 2.0.0-alpha.47 - promise, EventEmitter, lang, asyc #23

akserg opened this issue Dec 2, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@akserg
Copy link
Owner

akserg commented Dec 2, 2015

src\components\collapsible-component.ts(3,48): error TS2307: Cannot find module 'angular2/src/core/facade/promise'.
src\components\visible-component.ts(15,39): error TS2314: Generic type 'EventEmitter<T>' requires 1 type argument(s).
src\effects\animating-values.ts(1,22): error TS2307: Cannot find module 'angular2/src/core/facade/lang'.
src\effects\animating-values.ts(3,48): error TS2307: Cannot find module 'angular2/src/core/facade/promise'.
src\effects\animating-values.ts(4,28): error TS2307: Cannot find module 'angular2/src/core/facade/async'.
src\effects\css-transition-effect.ts(3,22): error TS2307: Cannot find module 'angular2/src/core/facade/lang'.
src\effects\css-transition-effect.ts(4,28): error TS2307: Cannot find module 'angular2/src/core/facade/async'.
src\effects\visible-effect-manager.ts(2,22): error TS2307: Cannot find module 'angular2/src/core/facade/lang'.
src\utils\dom.ts(1,22): error TS2307: Cannot find module 'angular2/src/core/facade/lang'.
@akserg akserg added the bug label Dec 2, 2015
@akserg akserg self-assigned this Dec 2, 2015
@akserg akserg added this to the 0.5 milestone Dec 2, 2015
@akserg
Copy link
Owner Author

akserg commented Dec 2, 2015

This changes must fix errors in this issue:

  • Module angular2/src/core/facade/promise moved into angular2/src/facade/promise
  • Module angular2/src/core/facade/lang moved into angular2/src/facade/lang
  • Module angular2/src/core/facade/promise moved into angular2/src/facade/promise
  • Module angular2/src/core/facade/async moved into angular2/src/facade/async

The generic type must be specified in the class EventEmitter.

@akserg akserg closed this as completed Dec 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant