We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6011e9 + d2bdad5 commit 15733f3Copy full SHA for 15733f3
README.md
@@ -419,6 +419,18 @@ The following controls currently support two-way data binding:
419
5. igEditors
420
6. igTree
421
422
+## Use igDataSource inside Angular app
423
+
424
+Thanks to the @types/ignite-ui, it is possible to create an instace of the all of the Ignite UI data sources.
425
426
+ let source = new Infragistics.DataSource(settings);
427
428
+This data source instance is granted with intellisense about igDataSource methods.
429
430
+ source.dataBind();
431
432
+Review the following [demo](http://igniteui.github.io/igniteui-angular2/samples/igDataSource/igDataSource.html) for more information.
433
434
## Running tests
435
436
The command for running the tests is:
0 commit comments