fix(common): return ISubscription from Location.subscribe() (#20429)

Fix #20406

PR Close #20429
This commit is contained in:
Jason Aden
2017-11-14 10:41:37 -08:00
committed by Miško Hevery
parent 135cf226bf
commit bc904b19a4
5 changed files with 8 additions and 5 deletions

View File

@ -13,7 +13,8 @@ const globals = {
'@angular/core': 'ng.core',
'@angular/common': 'ng.common',
'rxjs/Observable': 'Rx',
'rxjs/Subject': 'Rx'
'rxjs/Subject': 'Rx',
'rxjs/Subscription': 'Rx'
};
module.exports = {