2016-04-13 19:20:51 +02:00
|
|
|
// #docregion
|
2016-09-20 05:24:40 +02:00
|
|
|
// Angular
|
2016-04-13 19:20:51 +02:00
|
|
|
import '@angular/platform-browser';
|
|
|
|
|
import '@angular/platform-browser-dynamic';
|
|
|
|
|
import '@angular/core';
|
|
|
|
|
import '@angular/common';
|
|
|
|
|
import '@angular/http';
|
2016-06-27 19:29:37 +02:00
|
|
|
import '@angular/router';
|
2016-04-13 19:20:51 +02:00
|
|
|
|
|
|
|
|
// RxJS
|
|
|
|
|
import 'rxjs';
|
|
|
|
|
|
|
|
|
|
// Other vendors for example jQuery, Lodash or Bootstrap
|
|
|
|
|
// You can import js, ts, css, sass, ...
|
|
|
|
|
// #enddocregion
|