Below question is in angular 7
<header class="stick-top forsticky gradient">
Here is my html content in angular
current_path = localStorage.getItem("current_path");
current path is a variable in my component.
I wants to make if current_path != '/' in component then heder will be like this.
<header class="stick-top forsticky gradient">
else
<header class="stick-top forsticky">
I wants to remove gradient class from hrader tag if my current_path is '/'