feature(core): update RxJS to 5.0.0-beta.11 (#10648)
This commit is contained in:
@ -9,7 +9,8 @@
|
||||
import {Component, NgModule} from '@angular/core';
|
||||
import {BrowserModule} from '@angular/platform-browser';
|
||||
import {platformBrowserDynamic} from '@angular/platform-browser-dynamic';
|
||||
import {Observable, Subscriber} from 'rxjs/Rx';
|
||||
import {Observable} from 'rxjs/Observable';
|
||||
import {Subscriber} from 'rxjs/Subscriber';
|
||||
|
||||
// #docregion AsyncPipePromise
|
||||
@Component({
|
||||
|
Reference in New Issue
Block a user