-
- Downloads
disable generate products button (products tab) while a request is in flight...
disable generate products button (products tab) while a request is in flight as to avoid double clicking on it. If a successful response is received from the request, the form is reset and closed to avoid double submission.
Showing
- src/app/app.module.ts 3 additions, 1 deletionsrc/app/app.module.ts
- src/app/model/product.ts 2 additions, 0 deletionssrc/app/model/product.ts
- src/app/products/product/product-details/future-product/future-product.component.html 18 additions, 0 deletions...duct-details/future-product/future-product.component.html
- src/app/products/product/product-details/future-product/future-product.component.scss 0 additions, 0 deletions...duct-details/future-product/future-product.component.scss
- src/app/products/product/product-details/future-product/future-product.component.spec.ts 25 additions, 0 deletions...t-details/future-product/future-product.component.spec.ts
- src/app/products/product/product-details/future-product/future-product.component.ts 38 additions, 0 deletions...roduct-details/future-product/future-product.component.ts
- src/app/products/product/product-details/product-details.component.html 9 additions, 0 deletions...ts/product/product-details/product-details.component.html
- src/app/products/product/product-details/product-details.component.ts 2 additions, 1 deletion...ucts/product/product-details/product-details.component.ts
Please register or sign in to comment