You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can see code in place to apply the theme as per issue #58, however it's not working.
In Angular, if I run my onInit lifecycle hook as follows, it works:
Can see code in place to apply the theme as per issue #58, however it's not working.
In Angular, if I run my onInit lifecycle hook as follows, it works:
async ngOnInit() {
const qApp = await qdtComponents.qAppPromise;
qApp.theme.get().then((theme) => {
theme.apply();
});
}
This is the same basic code that's being executed in the component, but not working there.
The text was updated successfully, but these errors were encountered: