annotate src/vendor.ts @ 60:7b9d616695d3 webpack

new setup using webpack (and Angular 4).
author casties
date Wed, 29 Mar 2017 20:58:57 +0200
parents
children 7787ca310644
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';
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents:
diff changeset
7 import '@angular/router';
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, ...
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents:
diff changeset
12 import 'ng2-bootstrap';
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';