src/app/components/theme-changer/theme-changer.component.ts
Theme changer component
selector | app-theme-changer |
styleUrls | ./theme-changer.component.scss |
templateUrl | ./theme-changer.component.html |
Properties |
|
constructor(uiService: UiService, themeChangerService: ThemeChangerService)
|
||||||||||||
Constructs the theme changer component. ~constructor
Parameters :
|
Public themeChangerService |
Type : ThemeChangerService
|
The theme changer service dependency.
|
Public uiService |
Type : UiService
|
The ui service injected dependency.
|
./theme-changer.component.scss
@use "../stylesheets/stylesheets.component.scss";
div, span {
margin-bottom: 0px;
}