feat(core): upgrade rxjs to 6.0.0-alpha.4
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
|
||||
import {Component, NgModule, OnInit, TemplateRef, ViewChild} from '@angular/core';
|
||||
import {BrowserModule} from '@angular/platform-browser';
|
||||
import {Subject} from 'rxjs/Subject';
|
||||
import {Subject} from 'rxjs';
|
||||
|
||||
|
||||
// #docregion NgIfSimple
|
||||
|
Reference in New Issue
Block a user