// TODO(i): this no longer works. we need to review this example and if absolutely necessary rewrite it to use the // rxjs-compat package // #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