Skip to content

Commit b145288

Browse files
author
vakrilov
committed
fix: rxjs6 imports
1 parent e00e8a0 commit b145288

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/app/tests/renderer-tests.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { Component, ComponentRef, ElementRef, NgZone, Renderer2, ViewChild } fro
55
import { ProxyViewContainer } from "ui/proxy-view-container";
66
import { Red } from "color/known-colors";
77
import { dumpView } from "./test-utils";
8-
import { TestApp } from "./test-app";
98
import { LayoutBase } from "tns-core-modules/ui/layouts/layout-base";
109
import { StackLayout } from "tns-core-modules/ui/layouts/stack-layout";
1110
import { ContentView } from "tns-core-modules/ui/content-view";
@@ -16,8 +15,7 @@ import { isIOS } from "tns-core-modules/platform";
1615
import { View, fontInternalProperty, backgroundInternalProperty } from "tns-core-modules/ui/core/view"
1716
import { nsTestBedAfterEach, nsTestBedBeforeEach, nsTestBedRender } from "nativescript-angular/testing";
1817
import { ComponentFixture, TestBed } from "@angular/core/testing";
19-
import { Observable } from "rxjs/Observable";
20-
import { ReplaySubject } from "rxjs/ReplaySubject";
18+
import { Observable, ReplaySubject } from "rxjs";
2119

2220
@Component({
2321
template: `<StackLayout><Label text="Layout"></Label></StackLayout>`

0 commit comments

Comments
 (0)