What is wrong with my Angular code? I am getting:
Cannot read property \'remove\' of undefined at BrowserDomAdapter.removeClass ...
That's the normal structure for ngClass is:
ngClass
[ngClass]="{'classname' : condition}"
So in your case, just use it like this...
Step1 Step2 Step3