@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.
- package/bundles/leanix-components.umd.js +0 -1
- package/bundles/leanix-components.umd.js.map +1 -1
- package/esm2015/lib/core-ui/directives/html.directive.js +0 -1
- package/esm2015/lib/core-ui/directives/html.directive.js.map +1 -1
- package/fesm2015/leanix-components.js +0 -1
- package/fesm2015/leanix-components.js.map +1 -1
- package/package.json +1 -1
@@ -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;
|