I have a checkbox on a page that is disabled until some criteria is met.
In an effort to give the user some information, I\'d like to have a \'tool tip\' display whe
In Angular 4+
.html -> {{item.text}} .ts -> validate(){ this._toastr.warning('your warning msg') }