Sep 5, 2018 · 1 min read
Hi Maurizio, thanks for reaching out!
I do prefer setting the SystemJS module in main.ts rather than in app.component.ts, I do not know if that is the problem. Also, make sure you have the ‘@angular/forms’ installed on your core project and you included the ‘@angular/forms’ in external section of your rollup.config.js file in your plugin project.
I updated the github repo example to include the angular forms module in the plugin app, so please feel free to check it.
I hope it will help you.
Thanks :)
