1+ < html >
2+ < head >
3+ < title > Ignite UI DataSource - Ignite UI integration with Angular</ title >
4+ <!-- Ignite UI Required Combined CSS Files -->
5+ < link href ="http://cdn-na.infragistics.com/igniteui/latest/css/themes/infragistics/infragistics.theme.css " rel ="stylesheet " />
6+ < link href ="http://cdn-na.infragistics.com/igniteui/latest/css/structure/infragistics.css " rel ="stylesheet " />
7+ <!-- 1. Load libraries -->
8+ < script src ="http://code.jquery.com/jquery-1.12.3.js "> </ script >
9+ < script src ="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js "> </ script >
10+ < script src ="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js "> </ script >
11+ <!-- IE required polyfills, in this exact order -->
12+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.35.0/es6-shim.min.js "> </ script >
13+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/systemjs/0.19.20/system-polyfills.js "> </ script >
14+ < script src ="https://unpkg.com/angular2/es6/dev/src/testing/shims_for_IE.js "> </ script >
15+
16+ < script src ="
https://unpkg.com/[email protected] ?main=browser "
> </ script > 17+ < script src ="
https://unpkg.com/[email protected] /lib/typescript.js "
> </ script > 18+ < script src ="
https://unpkg.com/[email protected] "
> </ script > 19+ < script src ="
https://unpkg.com/[email protected] /dist/system.src.js "
> </ script > 20+ < script src ="./../../systemjs.config.js "> </ script >
21+ <!-- Ignite UI Required Combined JavaScript Files -->
22+ < script src ="http://cdn-na.infragistics.com/igniteui/latest/js/infragistics.core.js "> </ script >
23+ < script src ="http://cdn-na.infragistics.com/igniteui/latest/js/infragistics.dv.js "> </ script >
24+
25+ < link rel ="stylesheet " href ="../sample.css " />
26+ < link type ="text/css " rel ="stylesheet " href ="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css " />
27+ < link rel ="stylesheet " href ="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css " type ="text/css " />
28+
29+ < script >
30+ System . import ( 'app.ts' )
31+ . then ( null , console . error . bind ( console ) ) ;
32+ </ script >
33+ </ head >
34+ < body class ="container ">
35+ < div class ="navbar navbar-default navbar-fixed-top " role ="navigation ">
36+ < div class ="container ">
37+ < div class ="navbar-header ">
38+ < button type ="button " class ="navbar-toggle " data-toggle ="collapse " data-target =".navbar-collapse ">
39+ < span class ="sr-only "> Toggle navigation</ span >
40+ < span class ="icon-bar "> </ span >
41+ < span class ="icon-bar "> </ span >
42+ < span class ="icon-bar "> </ span >
43+ </ button >
44+ < a class ="navbar-brand " href ="/ "> Ignite UI Angular components </ a >
45+ </ div >
46+ < div class ="navbar-collapse collapse ">
47+ < ul class ="nav navbar-nav ">
48+ < li > < a href ="/igniteui-angular2/index.html "> Home</ a > </ li >
49+ < li > < a href ="https://github.com/IgniteUI/igniteui-angular2 "> View on GitHub < i class ="fa fa-github "> </ i > </ a > </ li >
50+ </ ul >
51+ </ div >
52+ </ div >
53+ </ div >
54+ < div >
55+ < h1 class ="push-down-md "> < a href ="https://www.igniteui.com/data-source/overview " target ="_blank "> igDataSource</ a > </ h1 >
56+ < div class ="row description ">
57+ < div class ="alert alert-info col-md-5 try-it-out ">
58+ < span class ="h4 "> TRY IT OUT:</ span >
59+ < hr />
60+ < ul >
61+ < li > Click on bind to data button</ li >
62+ < li > Review how to initialize a new instance of igDataSource and take full advantage of it inside Angular application</ li >
63+ </ ul >
64+ </ div >
65+ < div class ="col-md-4 ">
66+ < p class ="lead "> This sample demonstrates how to initialize and use igDataSource inside Angular.</ p >
67+ < p >
68+ < a href ="https://github.com/IgniteUI/igniteui-angular2/blob/master/samples/igDataSource/igDataSource.html " class ="btn btn-default btn-lg btn-primary " target ="_blank "> < i class ="fa fa-code fa-lg "> </ i > Explore the Code</ a >
69+ </ p >
70+ </ div >
71+ </ div >
72+ < div class ="row ">
73+ < div class ="col-md-6 ">
74+ < my-app > Loading...</ my-app >
75+ </ div >
76+ </ div >
77+ </ div >
78+ < footer >
79+ < p >
80+ < a href ="/igniteui-angular2/index.html "> Home</ a > |
81+ < a href ="https://github.com/IgniteUI/igniteui-angular2/issues "> Feedback & Questions</ a > |
82+ < a href ="https://github.com/IgniteUI/igniteui-angular2 "> Clone & Fork</ a >
83+ </ p >
84+ < p class ="small "> For more information or to download a trial of Ignite UI, please visit: < a href ="http://www.igniteui.com "> http://www.igniteui.com</ a > </ p >
85+ </ footer >
86+ </ body >
87+
0 commit comments