// Angular
import '@angular/platform-browser';
import '@angular/platform-browser-dynamic';
import '@angular/core';
import '@angular/common';
import '@angular/http';
import '@angular/router';

// RxJS
import 'rxjs';

// jQuery
import 'jquery';
// var $ = require('jquery');
// import * as $ from 'jquery';

// Bootstrap
import 'bootstrap/dist/js/bootstrap';

// Bootstrap
import 'datatables.net-bs/js/dataTables.bootstrap';

// Other vendors for example jQuery, Lodash or Bootstrap
// You can import js, ts, css, sass, ...
