Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Theme apply not working (from issue #58) #226

Open
frank-packer opened this issue Jun 2, 2020 · 0 comments
Open

Theme apply not working (from issue #58) #226

frank-packer opened this issue Jun 2, 2020 · 0 comments

Comments

@frank-packer
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant