-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Support for RC6 #906
Comments
Same thing here. |
Yeah, according to the changelog for RC6, https://github.com/angular/angular/blob/master/CHANGELOG.md, ComponentResolver is deprecated.
|
Also:
|
Seems ng2-bootstrap 1.1 is out, with upgrades to RC6.. let's give it a try Thank you so much for all your hard work, guys |
also waiting for npm release 1.1.1 to support RC6 :) |
Need to make changes to components-helper.service.d.ts
|
just to complement @sprypradeep. I get the error below when using angular-rc6 with ng2-bootstrap 1.1.0: .../node_modules/ng2-bootstrap/components/utils/components-helper.service.d.ts(2,10): error TS2305: Module '".../node_modules/@angular/core/src/facade/lang"' has no exported member 'ConcreteType'. |
@sprypradeep this is already fixed in master. We must wait until @valorkin merged the PR #909 and created a new npm release (1.1.1). I hope he will do it tomorrow :) |
Same problem here:
a new release would be nice :) |
Thank you for the quick work! |
Thank you!, I just updated my project and it's working. |
Glad to hear it helped :) |
import { Component,OnInit,ModuleWithProviders,ViewContainerRef,Injector,DynamicComponentLoader} from '@angular/core'; |
Update ng2 bootstrap to latest |
I just upgraded to RC6, and now webpack is giving errors:
From here: http://stackoverflow.com/questions/38332249/angular-2-rc4-dynamiccomponentloader-deprecated
ComponentResolver and ViewContainerRef are alternatives.
The text was updated successfully, but these errors were encountered: