-
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
Can't resolve all parameters for TooltipOptions #1612
Comments
Same issue |
I will need to replace it with interface or something... strange it was working fine before |
The same error with default JIT compilation |
Confirm the error for AoT, JiT is fine. |
@valorkin This needs a fix because Angular 4 is nearly here. |
Works in Angular 2 but not in Angular 4 |
I took a look, there are not so many breaking changes for devs, but a lot for lib devs :( |
I found workaround:
instead of
just don't import deprecated |
@Iverson I don't import this module anywhere and still get the error. |
@valorkin 👍 When will be new NPM version released? |
Updated cli to rc.0 |
@valorkin Please note an interesting side effect. When I import all modules directly as @Iverson suggested In result my total AoT tree-shaked, minified and compressed production build is 200kb lighter. I use Angular 2.4.8, CLI RC0 |
I'm dying here waiting for the fix :( |
Also waiting for the fix. @valorkin can you tell when the new release will be ready? |
Just updated to version 1.3.3, but having this error while doing AoT compilation:
Can't resolve all parameters for TooltipOptions in path/node_modules/ng2-bootstrap/tooltip/tooltip-options.class.d.ts
I'm not using
TooltipOptions
anywhere. Using webpack 2.2.1, TS 2.1.5, Angular 4.0.beta6.On JiT works fine.
The text was updated successfully, but these errors were encountered: