What is wrong with my Angular code? I am getting:
Cannot read property \'remove\' of undefined at BrowserDomAdapter.removeClass ...
You should use something ([ngClass] instead of *ngClass) like that:
[ngClass]
*ngClass
Step1 (...)