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).
Constructors for things like
QueryParamNameDirectiveare 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).