v6.22.0
In the Pro edition, you can now disable automatic classes suffixes, for example to generate SomeButton
instead of SomeButtonComponent
, or SomeApiClient
instead of SomeApiClientService
.
This option allows to partly align with the upcoming new Angular style guide, being discussed in this RFC.
It has also been the standard in some design systems libraries since always, like Angular Material itself (it is MatButton
, not MatButtonComponent
).
As usual, use the configuration helper to set this option.