Open Telem opened 6 years ago
Hi, To be honest I've thought about this already. I am very discouraged by the latest changes of Angular compiler (v5) API. If you've studied the new API and you think there is a good possibility to implement this feature, feel free to create a PR.
Hello,
Lovely plugin you have there, it will definitely help us build reusable libs for our Angular projects ! Great job :) I would love if there was a --watch mode that rebuilds on file changes, it would let us test out changes during development nicely :
npm link
from the libnpm link @mycompany/mylib
from the project that needs the new featurenpm run build:watch
from the libng serve
from the projectAre you by any chance planning on introducing this feature ?