Sep 5, 2018 · 1 min read
Hi Paul and thanks for your response.
My project is a little different from yours. I don’t use rollup but I use angular cli to build libraries. Each library is a module containing one or more plugins that I can instantiate and show at runtime.
I figured out what my problem is: when i build for production the uglifier breaks some metadata in FormsModule. I think is a bug in the angular cli warkflow. Actually I resolved by launching uglify after build and all works correctly.