-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add ESF Load On Demand samples #1390
Conversation
…m/IgniteUI/igniteui-angular-samples into tzhelev/esf-load-on-demand-sample
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.
@tachojelev the build is failing with the following error:
Can't bind to 'uniqueColumnValuesStrategy' since it isn't a known property of 'igx-tree-grid'
@zdrawku, the build is failing with this error, because the 'uniqueColumnValuesStrategy' property is a new property, that is present only in our master branch of igniteui-angular. Once we have a tagged version of igniteui-angular's master and we update the package.json of the samples with the new version, the build should pass and then we can merge it. |
I've made a PR to vNext branch with the upgrade, once it is merged I will update this branch |
Closes #1392