Refactor scrolling and enhance UI accessibility.
Replaced inline JavaScript for scrolling and copy functionality with Angular methods. Introduced `ScrollService` for smooth scroll-to-top functionality and added associated styles. Removed unused `isHomePage` method and cleaned up components for better maintainability.
This commit is contained in:
@@ -35,7 +35,4 @@ export class AppComponent implements OnInit {
|
||||
this.metaService.updateTag({name: 'keywords', content: this.keywords})
|
||||
}
|
||||
|
||||
public isHomePage(): boolean {
|
||||
return this.router.url === '/';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user