2018-02-27 17:06:06 -05:00
|
|
|
// TODO(i): this no longer works. we need to review this example and if absolutely necessary rewrite it to use the
|
|
|
|
// rxjs-compat package
|
|
|
|
|
2017-01-31 17:31:55 -05:00
|
|
|
// #docregion
|
|
|
|
// 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';
|
|
|
|
|
|
|
|
// Other vendors for example jQuery, Lodash or Bootstrap
|
|
|
|
// You can import js, ts, css, sass, ...
|
|
|
|
// #enddocregion
|