jadjoubran / laravel5-angular-material-starter

Get started with Laravel 5.3 and AngularJS (material)
https://laravel-angular.readme.io/
MIT License
1.66k stars 400 forks source link

How to use another theme ? #419

Closed birkansava closed 7 years ago

birkansava commented 7 years ago

I want to use my own custom css files and not material . How can I use? what should i remove ? I don't want to destroy everything :)

flick36 commented 7 years ago

https://github.com/silverbux/laravel-angular-admin This is a fork of this repo, that removes angular material and uses angular bootstrap, clone both repos and use a folder/file compare app to see what's different

jadjoubran commented 7 years ago

You can also easily uninstall angular material and remove all the dependencies used in the code (they aren't a many)

birkansava commented 7 years ago

I've just used that: .constant("$MD_THEME_CSS","");

thanks for helping :)