angular8 设置延时时间

延时执行this.setHiden()方法

setTimeout(() => {
     this.setHiden();},300);

你可能感兴趣的:(前端,angular,延时时间)