-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Error: LY_THEME undefined #67
Comments
Hi import {
LyThemeModule,
LY_THEME
} from '@alyle/ui'; Follow the steps that are here |
i added but still not working,would it support for angular 6 |
Alyle UI has support for
|
What versions of Angular, Alyle UI and TypeScript are you using? Can you provide a reproduction in StackBlitz |
Problem happened if you use cropper module in lazy loadable module. I have a dirty fix. image-cropper.module.ts
core.module.ts
lazy.module.ts
|
You just need add in core module(app.module.ts): |
The themes must be added in the root module of the application, not in sub modules. |
Bug, feature request, or proposal:
What is the expected behavior?
What is the current behavior?
What are the steps to reproduce?
Provide a reproduction in StackBlitz
StackBlitz starter: https://stackblitz.com/edit/angular-alyle-ui-starter
Which versions of Angular, AlyleUI, OS, TypeScript, browsers are affected?
Version of
@alyle/ui@
:The text was updated successfully, but these errors were encountered: