zl程序教程

您现在的位置是:首页 >  前端

当前栏目

[Angular + TsLint] Disable directive selector tslint error

Angular Error directive Selector Disable
2023-09-14 08:59:17 时间
@Directive({
  // tslint:disable-next-line:directive-selector
  selector: '[scrollable]'
})