In Angular 2, is it possible to fadeIn / fadeout instead of [hidden=\'xxx]?
I have snippet of
and wa
this.userName.valueChanges.debounceTime(100).subscribe( (value:string) => { console.log('name changed, notified via observable: ', value); } );