Andrew Scott

Results 60 issues of Andrew Scott

…e RedirectCommand The content loader is only used as a resolver and can return a `RedirectCommand` to imperatively redirect in the router rather than causing a new navigation in the...

See individual commits

area: core
action: global presubmit

… API this fixes a missing export of ComponentInputBindingFeature

action: merge
target: minor
area: docs

This commit clearly documents the approach used by router input binding when an input is not present in the route data. resolves #52946

action: merge
area: router
target: patch
merge: caretaker note
area: docs

I will not be available to review PRs for a while

action: merge
area: build & ci
target: patch

## Description Testing with mock clocks can often turn into a real struggle when dealing with situations where some work in the test is truly async and other work is...

… timers ## Summary Testing with mock clocks can often turn into a real struggle when dealing with situations where some work in the test is truly async and other...

#### Purpose (TL;DR) This adds a new mode for automatically advancing time that moves more quickly than the existing shouldAdvanceTime, which uses real time. It also adds the ability to...