Relative Content

Tag Archive for htmlangulartypescriptweb

Disable Div Element in Angular v18 / HTML with Typescript

I am trying to deactivate / activate a div based on the content of my url (query String parameters). If the url does not contain any parameters it should be visible otherwise it should be disabled. Right now it’s disabled but switching the boolean does not change anything. I am also getting no error or anything else.