@wizishop/angular-components 0.0.104 → 0.0.105

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.
@@ -865,7 +865,8 @@
865
865
  TagComponent.decorators = [
866
866
  { type: i0.Component, args: [{
867
867
  selector: 'wac-tag',
868
- template: "<div class=\"wac-tag\" [classList]=\"'wac-tag--' + class\" [ngClass]=\"{ hover: hasClose, 'big': big }\">\n {{ label }}\n <span class=\"wac-tag__close\" *ngIf=\"hasClose\" (click)=\"toggleTag()\"><i class=\"fas fa-times\"></i></span>\n</div>\n"
868
+ template: "<div class=\"wac-tag\" [classList]=\"'wac-tag--' + class\" [ngClass]=\"{ hover: hasClose, 'big': big }\">\n {{ label }}\n <span class=\"wac-tag__close\" *ngIf=\"hasClose\" (click)=\"toggleTag()\"><i class=\"fas fa-times\"></i></span>\n</div>\n",
869
+ encapsulation: i0.ViewEncapsulation.None
869
870
  },] }
870
871
  ];
871
872
  TagComponent.ctorParameters = function () { return []; };
@@ -1917,7 +1918,7 @@
1917
1918
  },
1918
1919
  set: function (link) {
1919
1920
  this._link = link;
1920
- if (link && this.renderer2) {
1921
+ if (link) {
1921
1922
  this.setAttributesLink();
1922
1923
  }
1923
1924
  },