ngx-modialog
ngx-modialog copied to clipboard
Compilation Error v2.0.3
I'm getting a compilation error on version 2.0.3. Here is my code snippet:
import { TwoButtonPresetBuilder } from 'angular2-modal/plugins/bootstrap';
import { Modal } from 'angular2-modal';
...
export function confirm(modal: Modal): TwoButtonPresetBuilder {
return modal.confirm().size('lg')
.titleHtml(`
...
Property 'size' does not exist on type 'ModalControllingContextBuilder<any>'.
i have a same problem