fixed compile error

This commit is contained in:
Timo Bejan 2020-11-16 18:42:12 +02:00
parent 989d2cf2f0
commit 69a3234463

View File

@ -5,7 +5,7 @@ import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core';
templateUrl: './hidden-action.component.html',
styleUrls: ['./hidden-action.component.scss']
})
export class HiddenActionComponent implements OnInit {
export class HiddenActionComponent {
private _clickCount = 0;
private _clickCountTimeout: any;