I am pretty new with angular 4 and i have this problem that i cant solve on my own.
My home url is localhost:4200/, and the other one is localhost:4200/wortschaz.
I want to use angular *ngIf to give an active class to a certain div based on router. So if url is localhost:4200/wortschaz then i want to set class to a div that has content for that.
Can somebody help me with this one?