How to add adminlte bootstrap theme to my angular app
I want to use adminlte bootstrap theme to my existing angular js application , how can I do it? no problem if I use cdn ,; I want some advices or good tutorials
@Lina_Hammami You can use a Yeoman generator which can be found at generator-angular-app, then change the views, set up the controllers and separate page components e,g Sidebar as sidebarCtrl, Search Component as searchCtrl e.t.c and follow this tutorial https://docs.angularjs.org/tutorial/ - It can give you more understanding on building a simple angular app
Williams Isaac
PHP, Python, NodeJS Developer
Can you provide a detailed explanation. Do you want to rewrite your old app or just add adminLTE as another dashboard on it own.