我对angular 5不熟悉。在我的组件之一中,我重写了“ modal-dialog”(ng-bootstrap)类。当我关闭该模态时,有一种方法可以应用父级“ modal-dialog”类,因为我不想将该特定更改应用于所有模态。
我尝试了
public void withdrawUnified(double amountWithDraw) throws RequestFailedException{
try {
widthDraw(amountWithDraw);
} catch (Exception e) {
throw new RequestFailedException("Request Failed", e);
}
}
实际上我的要求是使特定的模式全屏显示