Apply ☀️ Light & 🌚 Dark Mode Magic: Master Angular Theming🎨 Like a Pro! 🚀

Описание к видео Apply ☀️ Light & 🌚 Dark Mode Magic: Master Angular Theming🎨 Like a Pro! 🚀

In this video, we will see how to apply the custom theme (Dark and Light) to angular apps of any version In simple steps. We can use same technique to implement theming functionality for React apps

Important:
Also unsubscribe the themeChanged subscription inside onDestroy lifecycle method

ngOnDestoy(){
this.sharedService.themeChanged.unsubscribe();
}
Happy coding 🎉

Комментарии

Информация по комментариям в разработке