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

BaThemeConfig is not applied #17

Closed
wsz opened this issue Jun 2, 2016 · 3 comments
Closed

BaThemeConfig is not applied #17

wsz opened this issue Jun 2, 2016 · 3 comments

Comments

@wsz
Copy link

wsz commented Jun 2, 2016

  • I'm submitting a ...
    [X] bug report
    [ ] feature request
    [ ] question about the decisions made in the repository
  • What is the current behavior?
    After applying changes described in Docs - Enabling blur theme every baCard appears white.
  • What is the expected behavior?
    The expected appearance is nearly identical to Blur Admin Angular 1.x version.
  • My environment:
    Angular version: 2.0.0-rc.1
    Browser: all
  • Other information
    baCard renders improperly because it uses the wrong theme. The problem is BaThemeConfig is not overriding BaThemeConfigProvider. BaThemeConfig is mentioned in providers in app.component.ts but never injected so its constructor is never called. If you add private _config:BaThemeConfig to App constructor everything works fine.
@nnixaa
Copy link
Collaborator

nnixaa commented Jun 2, 2016

@iamdavidfrancis Thanks much for providing PR!

@nnixaa
Copy link
Collaborator

nnixaa commented Jun 2, 2016

@wsz and of course thanks for submitting the issue.

@kbrandwijk
Copy link

It seems this issue has resurfaced. The current version of the code does not inject BaThemeConfig, and even injecting it doesn't help: all panels stay white. Is there something else that needs to be changed?

denStrigo pushed a commit to denStrigo/ngx-admin that referenced this issue Jul 25, 2018
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

4 participants