@leanix/components 0.2.79 → 0.2.80

Sign up to get free protection for your applications and to get access to all the features.
@@ -577,7 +577,6 @@
577
577
  * Sanitizes the string assigned to [lxHtml] and sets it as the element's innterHtml
578
578
  * routerLink attributes on anchors will automatically be converted to click handlers.
579
579
  */
580
- /* tslint:disable:no-inner-html */
581
580
  var HtmlDirective = /** @class */ (function () {
582
581
  function HtmlDirective(elementRef, sanitizer) {
583
582
  this.elementRef = elementRef;