ngClass doesn't work Angular 5
问题 Hello I am user angular 5 and I want to toggle change a Play <-> Pause icon for my soundcloud player. here is my TypeScript followed by my html. I can see in my console that I toggle correctly the playMode but the font awesome icon doesn't change as it is suppose to do. Thanks for the help. import { Ng2DeviceService } from 'ng2-device-detector'; import { Component, OnInit } from '@angular/core'; import { NgClass } from '@angular/common'; import './soundcloud-script.js'; @Component({ selector: