docs(aio): fix rxjs import (#20350)

closes #20349

PR Close #20350
This commit is contained in:
Trotyl
2017-11-11 18:14:55 +08:00
committed by Jason Aden
parent c03186013c
commit e7a2b31472
8 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@
// #docregion routestuff
import { NO_ERRORS_SCHEMA } from '@angular/core';
import { ActivatedRoute } from '@angular/router';
import { Observable } from 'rxjs/Rx';
import { Observable } from 'rxjs/Observable';
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { SpyLocation } from '@angular/common/testing';