Integrate AdminLTE3 with Angular 10
Prerequisite - Visual Studio Code (https://code.visualstudio.com/download)
----------------------------------------------------------------------------
Steps -
1. install adminlte latest one - npm install -g @angular/cli
------------------------------------------------------
2. Create new angular application
ng new my-demo-app
------------------------------------------------------
3. Install admin lte 3 - npm install admin-lte@^3.0 --save
Verify package.json
------------------------------------------------------
4. Choose admin let dashboard which you want
https://adminlte.io/themes/dev/AdminL...
angular.json, style, scripts (Update with css and js)
------------------------------------------------------
5. Change in index.html - body and class
App.Component.html - update content
Copy images to asset folder
Replace path
------------------------------------------------------
Great! you should be good now.