diff --git a/src/app/shared/error-stock/error-stock.component.ts b/src/app/shared/error-stock/error-stock.component.ts index 8650a1c..dea239a 100644 --- a/src/app/shared/error-stock/error-stock.component.ts +++ b/src/app/shared/error-stock/error-stock.component.ts @@ -11,7 +11,7 @@ export class ErrorStockComponent implements OnInit { articulo: IArticulo; constructor( - private modalRef: BsModalRef, + public modalRef: BsModalRef, ) { } ngOnInit() { }