ngx-modialog icon indicating copy to clipboard operation
ngx-modialog copied to clipboard

Compilation Error v2.0.3

Open jneveux opened this issue 8 years ago • 1 comments

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

jneveux avatar Mar 14 '17 08:03 jneveux

i have a same problem

max-dicson-cf avatar Jul 13 '18 04:07 max-dicson-cf