-
Notifications
You must be signed in to change notification settings - Fork 22
feat(tooltip): add show/hide triggers sample #3774
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
base: vnext
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When testing the live-editing (opening the new sample in StackBlitz),
error is thrown for the new properties.
Looking at the package.json, it still points to "igniteui-angular": "^21.0.0", instead of "^21.1.0-alpha.2".
Moreover, if the additionalDependencies config is added, as it should be, two separate versions of "igniteui-webcomponents" are included in package.json. However, this is also reproduced on prod (i.e. for the Chat demo here - https://www.infragistics.com/products/ignite-ui-angular/angular/components/chat) and probably needs to be logged as a separate issue from this PR.
src/app/interactions/tooltip/tooltip-triggers/tooltip-triggers.component.ts
Show resolved
Hide resolved
…samples into rivanova/add-show-hide-triggers-sample
|
Waiting for the official 21.1.0 version to be released. |
Closes #3771
Note: Requires the samples repo to be updated to use igniteui-angular 21.1.x.