adminlte-3-angular
adminlte-3-angular copied to clipboard
Angular 18.0.0 start-up project with AdminLTE 3.2.0 template
Hi, I have this error when run ng serve error: src/main.ts:12:12 - error TS2339: Property 'initialize' does not exist on type 'IGatekeeper'. 12 Gatekeeper.initialize('9966bf1b-5da5-4b55-9301-86f9f0c77aaf');
Hi, I would like to host my own auth server. Looking at `gatekeeper-cliet-sdk/axios.js` there is: ``` const intance = axios.create({ baseURL: `https://gatekeeper-api.profabric.tech` }); ``` This may be a silly question,...
How to implement multi-level side bar menu? Need up to 3 level
npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2.
I am implementing it in Angular-14. Apart from the AppModule, I have CoreModule, SharedModule and AdminModule. So, in the CoreModule, I have these: reducer.ts: import { NAVBAR_DARK_VARIANTS, NAVBAR_LIGHT_VARIANTS, SIDEBAR_DARK_SKINS, SIDEBAR_LIGHT_SKINS...
Had a build from scratch and noticed none of the card-tools buttons was working.
 Can you please help Expand/Collapse card button/event is not working in this portal?
Hi, Are there any plans to support draggable dashboard widgets as demonstrated [here](https://adminlte.io/themes/v3/index.html)? Thanks in advance,
Example: in the profile page we have 3 buttons Activity, Timeline and Settings. When i tried to change the content clicking on the button the page are redirected
Hi, This selector in **styles.scss** causes scroll bars not showing for table = table-responsive, and everything else that needs a scrollbar, I guess: ``` ::-webkit-scrollbar { width: 0px; background: transparent;...