fixed compile error
This commit is contained in:
parent
989d2cf2f0
commit
69a3234463
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user