mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
add theme to login
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import { Injectable } from '@angular/core';
|
||||
|
||||
@Injectable({
|
||||
providedIn: 'root'
|
||||
})
|
||||
export class ThemeService {
|
||||
|
||||
themes = [
|
||||
'gov',
|
||||
'default'
|
||||
]
|
||||
|
||||
constructor() { }
|
||||
|
||||
setTheme() {}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user