ankosoftware / ng2-bootstrap-modal

Library to simplify the work with bootstrap modal dialogs
MIT License
54 stars 62 forks source link

Deprecated <template> element #17

Open lazysatyr25 opened 7 years ago

lazysatyr25 commented 7 years ago

Hi! I use your modal window in my project with angular 4. In console i have a warning:

The "): ng:///BootstrapModalModule/DialogHolderComponent.html@0:0

bikalay commented 7 years ago

Hi. I not tested with angular 4 yet. Angular2 had issue with imposibility put child component directly to html element, because i used 'template'.

IuriiKryventsov commented 7 years ago

@bikalay try to replace <template> to <ng-template>

mhussain001 commented 7 years ago

Pull Request is pending for approval and merge https://github.com/ankosoftware/ng2-bootstrap-modal/pull/24