0
sfiorentino created
- ABP Framework version: v8.2.0
- UI Type: Angular
- Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
- Tiered (for MVC) or Auth Server Separated (for Angular): no
- Exception message and full stack trace:
- Steps to reproduce the issue:
Under the .suite folder, we added a copy of this file angular.suite\schematics\commands\generate-entity\child-files_modulePath_\components_name@kebab_-child.component.ts.template with a different name and we can see it in the suite UI, but the generator is not adding the desired component.
We checked the documentation but we didn't find a section explaining how to add components, we only see how to update.
Is this possible ?
1 Answer(s)
-
0
Hello,
Check this doc https://docs.abp.io/en/commercial/latest/abp-suite/editing-templates if find helpful
Thanks