monad98 / ng2-lazy-trumbowyg

Angular 2 Component for lazy loading of Trumbowyg wysiwyg editor
https://plnkr.co/edit/dirpKmLNalUmz0mpdrk7?p=preview
MIT License
12 stars 8 forks source link

Fix property definition for AOT compilation #5

Closed vaaguirre closed 7 years ago

vaaguirre commented 7 years ago

AOT requires properties that are to be accessed outside of the component to be public. I had an issue with savedContent, this fixes the issue.