mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-23 01:37:59 +00:00
remove console log
This commit is contained in:
@@ -8,7 +8,6 @@ export class HighlightDirective {
|
|||||||
let self = this;
|
let self = this;
|
||||||
self.renderer.setElementClass(this.el.nativeElement, 'feed-highlight', true);
|
self.renderer.setElementClass(this.el.nativeElement, 'feed-highlight', true);
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
console.log('removing..');
|
|
||||||
self.renderer.setElementClass(self.el.nativeElement,'feed-highlight-light', true);
|
self.renderer.setElementClass(self.el.nativeElement,'feed-highlight-light', true);
|
||||||
}, 1000);
|
}, 1000);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user