Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-02 | 664 Bytes | |
v20.0.0 source code.tar.gz | 2025-07-02 | 5.6 MB | |
v20.0.0 source code.zip | 2025-07-02 | 5.8 MB | |
Totals: 3 Items | 11.4 MB | 1 |
Features
-
schematics: support custom type to the component's filename (default is
''
):::json { "schematics": { "ng-matero:page": { "type": "component" }, } } - schematics: support type separator to the module's filename (default is
-
):::json { "schematics": { "ng-matero:module": { "typeSeparator": "." }, } } - update
ngx-formly
to v7 - removeComponent
suffix - removeDirective
suffix - removestyle
folder in themes - removeToObservablePipe
- renaming.pipe
to-pipe
- renaming.guard
to-guard