Skip to content

Commit a240dfc

Browse files
macjohnnyalxhub
authored andcommitted
docs(common): mark lifecycle methods as nodoc (angular#49416)
PR Close angular#49416
1 parent be97c87 commit a240dfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/common/testing/src/location_mock.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export class SpyLocation implements Location {
3333
/** @internal */
3434
_urlChangeSubscription: SubscriptionLike|null = null;
3535

36+
/** @nodoc */
3637
ngOnDestroy(): void {
3738
this._urlChangeSubscription?.unsubscribe();
3839
this._urlChangeListeners = [];

0 commit comments

Comments
 (0)