@internal
(snapshot: ActivatedRouteSnapshot)
| 287 | |
| 288 | /** @internal */ |
| 289 | _setPending(snapshot: ActivatedRouteSnapshot): void { |
| 290 | this._futureSnapshot = snapshot; |
| 291 | this.pending?.set(true); |
| 292 | } |
| 293 | } |
| 294 | |
| 295 | export type ParamsInheritanceStrategy = 'emptyOnly' | 'always'; |