Implement feedback

This commit is contained in:
Yura Bondarenko
2022-05-12 15:34:31 +02:00
parent c0f8dd078b
commit f0d98c9b6f
2 changed files with 4 additions and 2 deletions

View File

@@ -201,7 +201,6 @@ export class AppComponent implements OnInit, AfterViewInit {
if (event instanceof NavigationStart) {
resolveEndFound = false;
this.distinctNext(this.isRouteLoading$, true);
this.distinctNext(this.isThemeLoading$, true); // todo: looks like this was removed after 7.2?
} else if (event instanceof ResolveEnd) {
resolveEndFound = true;
const activatedRouteSnapShot: ActivatedRouteSnapshot = event.state.root;