File tree Expand file tree Collapse file tree 7 files changed +14
-0
lines changed Expand file tree Collapse file tree 7 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ const globals = {
11
11
'@angular/platform-browser' : 'ng.platformBrowser' ,
12
12
'@angular/common' : 'ng.common' ,
13
13
'rxjs/Observable' : 'Rx' ,
14
+ 'rxjs/Observer' : 'Rx' ,
14
15
'rxjs/Subject' : 'Rx' ,
15
16
16
17
'rxjs/observable/of' : 'Rx.Observable.prototype' ,
Original file line number Diff line number Diff line change @@ -15,8 +15,11 @@ const globals = {
15
15
'@angular/common' : 'ng.common' ,
16
16
'@angular/common/http' : 'ng.common.http' ,
17
17
'rxjs/Observable' : 'Rx' ,
18
+ 'rxjs/Observer' : 'Rx' ,
18
19
'rxjs/ReplaySubject' : 'Rx' ,
19
20
'rxjs/Subject' : 'Rx' ,
21
+
22
+ 'rxjs/operator/startWith' : 'Rx.Observable.prototype' ,
20
23
} ;
21
24
22
25
export default {
Original file line number Diff line number Diff line change @@ -12,7 +12,9 @@ import sourcemaps from 'rollup-plugin-sourcemaps';
12
12
const globals = {
13
13
'@angular/core' : 'ng.core' ,
14
14
'rxjs/Observable' : 'Rx' ,
15
+ 'rxjs/Observer' : 'Rx' ,
15
16
'rxjs/Subject' : 'Rx' ,
17
+ 'rxjs/Subscription' : 'Rx' ,
16
18
} ;
17
19
18
20
export default {
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ const globals = {
14
14
'@angular/compiler' : 'ng.compiler' ,
15
15
'@angular/platform-browser' : 'ng.platformBrowser' ,
16
16
'rxjs/Observable' : 'Rx' ,
17
+ 'rxjs/Observer' : 'Rx' ,
17
18
'rxjs/Subject' : 'Rx'
18
19
} ;
19
20
Original file line number Diff line number Diff line change @@ -11,14 +11,19 @@ import sourcemaps from 'rollup-plugin-sourcemaps';
11
11
12
12
const globals = {
13
13
'@angular/animations' : 'ng.animations' ,
14
+ '@angular/animations/browser' : 'ng.animations.browser' ,
14
15
'@angular/core' : 'ng.core' ,
15
16
'@angular/common' : 'ng.common' ,
17
+ '@angular/common/http' : 'ng.common.http' ,
16
18
'@angular/compiler' : 'ng.compiler' ,
17
19
'@angular/http' : 'ng.http' ,
18
20
'@angular/platform-browser' : 'ng.platformBrowser' ,
21
+ '@angular/platform-browser/animations' : 'ng.platformBrowser.animations' ,
19
22
'@angular/platform-browser-dynamic' : 'ng.platformBrowserDynamic' ,
20
23
'rxjs/Observable' : 'Rx' ,
24
+ 'rxjs/Observer' : 'Rx' ,
21
25
'rxjs/Subject' : 'Rx' ,
26
+ 'rxjs/Subscription' : 'Rx' ,
22
27
'rxjs/operator/toPromise' : 'Rx.Observable.prototype' ,
23
28
'rxjs/operator/filter' : 'Rx.Observable.prototype' ,
24
29
'rxjs/operator/first' : 'Rx.Observable.prototype'
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ const globals = {
15
15
'@angular/compiler' : 'ng.compiler' ,
16
16
'@angular/compiler/testing' : 'ng.compiler.testing' ,
17
17
'@angular/platform-browser' : 'ng.platformBrowser' ,
18
+ '@angular/platform-browser/animations' : 'ng.platformBrowser.animations' ,
18
19
'@angular/platform-server' : 'ng.platformServer' ,
19
20
'@angular/platform-browser-dynamic/testing' : 'ng.platformBrowserDynamic.testing'
20
21
} ;
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ const globals = {
16
16
17
17
'rxjs/BehaviorSubject' : 'Rx' ,
18
18
'rxjs/Observable' : 'Rx' ,
19
+ 'rxjs/Observer' : 'Rx' ,
19
20
'rxjs/Subject' : 'Rx' ,
20
21
'rxjs/Subscription' : 'Rx' ,
21
22
'rxjs/util/EmptyError' : 'Rx' ,
You can’t perform that action at this time.
0 commit comments