blob: 5abcda4bcebf41f0bb9d32f3caa60d865b00874b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// Angular 2
import '@angular/platform-browser';
import '@angular/platform-browser-dynamic';
import '@angular/core';
import '@angular/common';
import '@angular/http';
import '@angular/router';
import 'angular2-datatable';
import 'rxjs';
import '@angularclass/hmr';
import 'ng2-bootstrap-modal';
import 'redux';
import 'ng2-redux';
// Other vendors for example jQuery, Lodash or Bootstrap
// You can import js, ts, css, sass, ...
|