mirror of https://github.com/abpframework/abp.git
committed by
GitHub
2 changed files with 7 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||
import { InjectionToken } from '@angular/core'; |
|||
import { Observable } from 'rxjs'; |
|||
|
|||
export const THEME_CHANGE_TOKEN = new InjectionToken<Observable<{ styleName: string }>>( |
|||
'THEME_CHANGE_TOKEN', |
|||
); |
|||
Loading…
Reference in new issue