I can see that there are references to using size="Large" when using <abp-modal> in ABP.io commercial, however this does not seem to apply to Angular. Is there a way to specify a size for a modal?
Using ABP.io 7.3 currently.
in ABP.io commercial, however this does not seem to apply to Angular." /> in ABP.io commercial, however this does not seem to apply to Angular." /> in ABP.io commercial, however this does not seem to apply to Angular."/>
You can pass options to
abp-modalas follows:Allowed size options are: 'sm' | 'lg' | 'xl' |
References