ng-easycommerce 0.0.523 → 0.0.524

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/README.md CHANGED
@@ -1,4 +1,6 @@
1
- # version 0.0.522
1
+ # version 0.0.524
2
+ - se corrige hardcodeo erróneo en account-ec.component.html
3
+ # version 0.0.523
2
4
  - se cambia funcionamiento filtros top en collection
3
5
  # version 0.0.522
4
6
  - arreglo envio en order
@@ -6050,7 +6050,7 @@
6050
6050
  AccountEcComponent = __decorate$F([
6051
6051
  core.Component({
6052
6052
  selector: 'app-account-ec',
6053
- template: "<section class=\"perfil mt-5\" id=\"accountEcComponent\">\n <div class=\"container row w-100 mx-auto py-md-3\">\n <div class=\"col-12 py-3\">\n <div class=\"row w-100 mx-auto border-bottom justify-content-between align-items-center py-3\">\n <h3 class=\"text-black w-auto\">MIS PEDIDOS2232323232</h3>\n <button class=\"btn btn-outline-dark btnLogout px-3 py-1 font-size-10 w-auto\" (click)=\"logout()\">CERRAR SESI\u00D3N</button>\n </div>\n <app-orders-ec></app-orders-ec>\n </div>\n </div>\n</section>\n",
6053
+ template: "<section class=\"perfil mt-5\" id=\"accountEcComponent\">\n <div class=\"container row w-100 mx-auto py-md-3\">\n <div class=\"col-12 py-3\">\n <div class=\"row w-100 mx-auto border-bottom justify-content-between align-items-center py-3\">\n <h3 class=\"text-black w-auto\">MIS PEDIDOS</h3>\n <button class=\"btn btn-outline-dark btnLogout px-3 py-1 font-size-10 w-auto\" (click)=\"logout()\">CERRAR\n SESI\u00D3N</button>\n </div>\n <app-orders-ec></app-orders-ec>\n </div>\n </div>\n</section>",
6054
6054
  styles: [".font-size-10{font-size:10px!important}"]
6055
6055
  })
6056
6056
  ], AccountEcComponent);