feat(core): upgrade rxjs to 6.0.0-alpha.4

This commit is contained in:
Igor Minar
2018-02-27 17:06:06 -05:00
parent ed78457c38
commit ec6ff1155b
263 changed files with 9976 additions and 1837 deletions

View File

@ -8,7 +8,7 @@
import * as common from '@angular/common';
import {CUSTOM_ELEMENTS_SCHEMA, Component, Directive, EventEmitter, Inject, InjectionToken, NgModule, Output, forwardRef} from '@angular/core';
import {Observable} from 'rxjs/Observable';
import {Observable} from 'rxjs';
import {wrapInArray} from './funcs';