Skip to content

v6.22.0

Compare
Choose a tag to compare
@cyrilletuzi cyrilletuzi released this 26 Dec 22:11
· 1 commit to main since this release

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.