Make module prefix used by moduleDocsProcessor configurable
keirlawson opened this issue · 1 comments
keirlawson commented
Right now this is hardwired as "ng", would be great if this was just a default value that could be overriden in a config block. If this is considered desirable I can submit a PR.
petebacondarwin commented
If the module does not start with ng
then it doesn't fail. Rather than adding more configuration to what is there, I would think it was better just to provide your own processor that runs after this one that computes the package name etc.
What do you think @keirlawson ?