An open API service indexing awesome lists of open source software.

https://github.com/christophhu/ngx-dark-mode

This Repository contains a simple Angular library for toggling between light and dark mode. It is designed to be easy to use and integrate into any Angular application. It uses the `localStorage` API to save the user's preference for dark mode, so that the setting persists across page reloads.
https://github.com/christophhu/ngx-dark-mode

angular darkmode localstorage theme

Last synced: 5 months ago
JSON representation

This Repository contains a simple Angular library for toggling between light and dark mode. It is designed to be easy to use and integrate into any Angular application. It uses the `localStorage` API to save the user's preference for dark mode, so that the setting persists across page reloads.

Awesome Lists containing this project