Creating a Dark & Light Toggle Mode in your Angular App ๐
Firstly, we have to make the theme-service in our angular app which contains the Boolean Subject through which the dark mode is toggled from the components.
What is a Subject?
An RxJS Subject is a special type of Observable that allows values to be ...
muhammadawaisshaikh.hashnode.dev2 min read