Sonsino, Ofir (os0695) | ff76b5e | 2018-07-10 15:57:37 +0300 | [diff] [blame] | 1 | // Angular 2 |
| 2 | import '@angular/platform-browser'; |
| 3 | import '@angular/platform-browser-dynamic'; |
| 4 | import '@angular/core'; |
| 5 | import '@angular/common'; |
| 6 | import '@angular/http'; |
| 7 | import '@angular/router'; |
| 8 | import 'angular2-datatable'; |
| 9 | import 'rxjs'; |
| 10 | import '@angularclass/hmr'; |
| 11 | import 'ng2-bootstrap-modal'; |
| 12 | import 'redux'; |
| 13 | import 'ng2-redux'; |
| 14 | |
| 15 | // Other vendors for example jQuery, Lodash or Bootstrap |
| 16 | // You can import js, ts, css, sass, ... |