ng-easycommerce 0.0.592 → 0.0.593

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.
@@ -6951,6 +6951,7 @@ var ContactFormNewsEcComponent = /** @class */ (function (_super) {
6951
6951
  _this.codeBlock = 'newsletter_block';
6952
6952
  _this.blocks = [];
6953
6953
  _this.blockContact = null;
6954
+ _this.params = {};
6954
6955
  _this.form_data = {};
6955
6956
  _this.sendForm = function (form, success_message) {
6956
6957
  console.log('enviando...');
@@ -7012,6 +7013,7 @@ var ContactFormNewsEcComponent = /** @class */ (function (_super) {
7012
7013
  };
7013
7014
  ContactFormNewsEcComponent.prototype.ngOnInit = function () {
7014
7015
  var _this = this;
7016
+ this.paramsService.parameters.subscribe(function (res) { return _this.params = res; });
7015
7017
  if (!this.block) {
7016
7018
  this.blocksService.getBlocks('home');
7017
7019
  this.blocksService.blocks.pipe(filter(function (blocks) { return (blocks && blocks.length > 0); })).subscribe(function (blocks) {