Found the solution.
-- app.component.cs --
import { ThemeService, StyleNames, lightTheme } from '@volosoft/ngx-lepton-x';
export class AppComponent {
constructor(private themeService: ThemeService) {
if (this.themeService.selectedStyle.styleName != StyleNames.Light) {
this.themeService.setTheme(lightTheme);
}
}
}
Hi, I am also using Angular UI, it works at my end. Could you please check your solution explorer at backend it has solution
***.HttpAPI.Host
at the end of list.
Yes. You should test in Chrome Incognito Window.
Thanks for your reply. But I am using Angular UI, and that does not work.