ngIf else if in Angular
13:36 17 Sep 2018

I would show message depending on a 2 values

No limit message

No delegation

Content here

I would that either isGroup message shows or no delegation if they are both false I should show content #limited

My actual problem is that I get no limit message and #limited content together when nolimit is true:

no limit

Content Here

But When I delete no delegation code, evetything is working.

javascript html angular