TNG / ngqp

Declaratively synchronize form controls with the URL

Home Page:https://tng.github.io/ngqp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exclude directive constructors from API documentation

Airblader opened this issue · comments

Constructors for things like QueryParamNameDirective are currently listed in the API documentation, listing the injectables they expect which essentially leaks information about implementation details such as the group service.

We should hide these from the API documentation (@internal).