An Angular Wrapper for the new dark mode from Bootstrap 5.3.0
Just install the module via npm
$ npm install ngx-bs5-darkmode
and import it in your module.
There is one component coming with this "library":
<ngx-bs5-darkmode-switch></ngx-bs5-darkmode-switch>
It can be customized via the [darkIcon]
and [lightIcon]
attributes.
[darkIcon]
... the icon that is displayed in light mode
[lightIcon]
... the icon that is displayed in dark mode