I have created an angular componet (datetime-popup) found here
I want to be able to use it in my projects, but i cannot get it to work. I believe i need to make it a umd library or something with webpack, but i have had a look on this internet and i cannot find how to do this, as whatever i do, it errors.
Can someone help me to sort this out? I would like to be able to reference the project in the demo, and also use it via an external project using npm.
EDIT:
I have tried to duplicate this project but for some reason, when i build my example project, it get an exception in a script
bundle.js:39725 Uncaught SyntaxError: Unexpected token export
Here is the exception. This isnt my code and works fine when the ngx-bootstrap project is in the project
