Constructors
constructor
- new HomeComponent(router: Router, notification: MatSnackBar): HomeComponent
Parameters
- router: Router
- notification: MatSnackBar
Properties
activePath
activePath: string = ""
routes
routes: Route[] = ...
Methods
checkIfActive
- checkIfActive(path: string): boolean
Returns boolean
setActiveRoute
- setActiveRoute(path: string): void
Returns void
Component that implements the main page of the website.