@leanix/components 0.2.79 → 0.2.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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;