We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be97c87 commit a240dfcCopy full SHA for a240dfc
packages/common/testing/src/location_mock.ts
@@ -33,6 +33,7 @@ export class SpyLocation implements Location {
33
/** @internal */
34
_urlChangeSubscription: SubscriptionLike|null = null;
35
36
+ /** @nodoc */
37
ngOnDestroy(): void {
38
this._urlChangeSubscription?.unsubscribe();
39
this._urlChangeListeners = [];
0 commit comments