UNPKG

ag-grid

Version:

Advanced Javascript Datagrid. Supports raw Javascript, AngularJS 1.x, AngularJS 2.0 and Web Components

16 lines (13 loc) 560 B
<html> <head> <script src="http://code.angularjs.org/2.0.0-alpha.35/angular2.sfx.dev.js"></script> <!-- you don't need ignore=notused in your code, this is just here to trick the cache --> <script src="../dist/ag-grid.js?ignore=notused10"></script> <link rel="stylesheet" type="text/css" href="../dist/ag-grid.css?ignore=notused10"> <link rel="stylesheet" type="text/css" href="../dist/theme-fresh.css?ignore=notused10"> <script src="exampleSimpleNg2.js"></script> </head> <body> <simple-ng2-grid/> </body> </html>