Open jneveux opened 7 years ago
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
I'm getting a compilation error on version 2.0.3. Here is my code snippet:
Property 'size' does not exist on type 'ModalControllingContextBuilder<any>'.