annotate src/vendor.ts @ 62:7787ca310644 webpack tip

update @angular to 4.4.5.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Wed, 18 Oct 2017 17:46:41 +0200
parents 7b9d616695d3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
60
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents:
diff changeset
1 // Angular
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents:
diff changeset
2 import '@angular/platform-browser';
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents:
diff changeset
3 import '@angular/platform-browser-dynamic';
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents:
diff changeset
4 import '@angular/core';
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents:
diff changeset
5 import '@angular/common';
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents:
diff changeset
6 import '@angular/http';
62
7787ca310644 update @angular to 4.4.5.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents: 60
diff changeset
7 //import '@angular/router';
60
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents:
diff changeset
8 // RxJS
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents:
diff changeset
9 import 'rxjs';
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents:
diff changeset
10 // Other vendors for example jQuery, Lodash or Bootstrap
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents:
diff changeset
11 // You can import js, ts, css, sass, ...
62
7787ca310644 update @angular to 4.4.5.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents: 60
diff changeset
12 import 'ngx-bootstrap';
60
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents:
diff changeset
13 import 'ng2-table';
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents:
diff changeset
14 import './assets/css/bootstrap-3.3.5.min.css';
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents:
diff changeset
15 import './assets/css/glyphicons.css';
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents:
diff changeset
16 import './assets/css/jquery.dataTables-1.10.9.css';
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents:
diff changeset
17 import './assets/css/prism-okaidia.css';
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents:
diff changeset
18 import './assets/css/style.css';