bittu1040 / Angular-17-CRUD-APP

Angular 17 project with firebase (Login, Signup, Forgot password, Route/Auth guard, Light/Dark theme)
https://angular-17-crud-app.vercel.app
5 stars 5 forks source link

Implement Light/Dark theme #1

Open bittu1040 opened 3 weeks ago

bittu1040 commented 3 weeks ago

@jaganbishoyi

bittu1040 commented 3 weeks ago

----First try implementing own using scss

There are some npm packages are also available -ng-mode-switcher by jagan -angular-dark-mode

Try any one of them,

jaganbishoyi commented 3 weeks ago

I will integrate ng-mode-switcher and raise PR. @bittu1040 please assign this to me.

jaganbishoyi commented 3 weeks ago

PR was created for this issue. https://github.com/bittu1040/Angular-17-CRUD-APP/pull/10

As part of this issue integrated the ng-mode-switcher package and enabled the theming option.

While running the "npm install" if anyone gets an error related to peer dependency please run "npm i --legacy-peer-deps"