-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
A class member cannot be declared optional. #250
Comments
Thanks, this is due to us building with the latest dev version of TypeScript instead of stable. We should be able to switch back to stable, since I don't think we're using any features of 1.9 anymore. |
Thank you @jeffbcross, also could you please upgrade Angular version rc1 to rc2? Thanks |
Yep already in the works. |
Thank you guy, for the update. but it still uses angular 2 rc1 instead of rc2. FYI |
@rahmanusta What Jeff means is that we are working on upgrading the library and it will be ready soon. |
Ah Thank you @davideast. Have an easy work. I'm planning to use it my Angular 2 training :) |
Hello, when using webpack, I'm getting the following exceptions
ERROR in C:\Users\usta\Downloads\angular2\node_modules\angularfire2\utils\firebase_object_observable.d.ts
(6,17): error TS1112: A class member cannot be declared optional.
ERROR in C:\Users\usta\Downloads\angular2\node_modules\angularfire2\providers\auth.d.ts
(12,20): error TS1112: A class member cannot be declared optional.
The text was updated successfully, but these errors were encountered: