Matthias Kunnen b5551609fe fix(router): fragment can be null ()
ActivatedRoute.fragment was typed as Observable<string> but could emit
both null and undefined due to incorrect non-null assertion. These
non-null assertions have been removed and fragment has been retyped to
string | null.

BREAKING CHANGE:
Strict null checks will report on fragment potentially being null.
Migration path: add null check.

Fixes , fixes .

PR Close 
2021-03-22 10:02:39 -07:00
..
2021-01-14 11:33:57 -08:00