Skip to content

Commit c1465f8

Browse files
committed
update angular rxjs ng-packagr
1 parent 10f3286 commit c1465f8

29 files changed

+1101
-1013
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# compiled output
44
/dist
5+
dist.tgz
56
/tmp
67
/out-tsc
78

demo/src/app/core/sidebar-right-inner/sidebar-right-inner.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {ChangeDetectorRef, Component, OnDestroy, OnInit} from '@angular/core';
22

3-
import {Subscriber} from 'rxjs/Subscriber';
3+
import {Subscriber} from 'rxjs';
44

55
import {LayoutStore} from '../../../../../src';
66

0 commit comments

Comments
 (0)