shlomiassaf / ngx-modialog

Modal / Dialog for Angular
http://shlomiassaf.github.io/ngx-modialog
MIT License
686 stars 242 forks source link

Compilation Error v2.0.3 #316

Open jneveux opened 7 years ago

jneveux commented 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>'.

max-dicson-cf commented 6 years ago

i have a same problem