-
Notifications
You must be signed in to change notification settings - Fork 26.5k
refactor(docs-infra): AppComponent cleanups #58897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(docs-infra): AppComponent cleanups #58897
Conversation
Deployed adev-preview for 83be44d to: https://ng-dev-previews-fw--pr-angular-angular-58897-adev-prev-nzpfri2s.web.app Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt. |
72cc671
to
18d7882
Compare
This change contains multiple cleanups in the AppComponent: - remove unused code; - use router input bindings instead of manual read from the active route; - remove isBrowser checks from even handlers (click events should not be invoked on the server, right?)
18d7882
to
83be44d
Compare
This PR was merged into the repository by commit 30ede6b. The changes were merged into the following branches: main, 19.2.x |
This change contains multiple cleanups in the AppComponent: - remove unused code; - use router input bindings instead of manual read from the active route; - remove isBrowser checks from even handlers (click events should not be invoked on the server, right?) PR Close #58897
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This change contains multiple cleanups in the AppComponent: