-
Notifications
You must be signed in to change notification settings - Fork 47
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
Avoid wrong click. #64
base: develop
Are you sure you want to change the base?
Conversation
Hello, How are we supposed to use the AppLoadingComponent ? |
It seems he encapsuled in an exportable component the black squares that animate during app loading. He got them from bootstrapping-ngx-admin-lte (index.html). |
Hello,
And here is the AppComponent HTML Example like bootstraping-ngx-admin-lte
The component is in the ngx-admin-lte module, separeted from the form of how the users IMPORTANT: To really see the component in action, its good to create a resolve that makes Observation: My english is bad. So sorry for any mistakes i've made. |
Ok, I understand. It would be great if loading template was customizable through ng-content and the squares were a fallback strategy. |
Yeah, It would be great if loading template was customizable through ng-content. @fabioformosa |
If you give to the component the name AppLoadingComponent, the only possible logic seems to me a loader that freezes all app (handle the boolean "isLoading", apply a curtain, etc). Instead, I would like to define the style of loader. |
We can change the name to NgxAdminLteLoading. |
Just an enhancement.