You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I've tried to use typedoc on my project but since angular-cli relies on webpack, I needed to override the webpack config to add a dedicated plugin to integrate typedoc.
Since webpack config is not accessible in angularcli projects , it would be nice to be able to generate project documentation in the future.
( If you know how I could do this on my own, please enlight me and I'll propose a pull request)