Do someone can help me to customize output files names?
Given the tag below:
My Resource
I want to obtain the output file:
my-resource.service.ts
instead of myResource.service.ts
Given the model below:
MyModel
I want to obtain the output file:
my-model.ts
instead of myModel.ts
Many thanks for your help
Do someone can help me to customize output files names?
Given the tag below:
My ResourceI want to obtain the output file:
my-resource.service.tsinstead of
myResource.service.tsGiven the model below:
MyModelI want to obtain the output file:
my-model.tsinstead of
myModel.tsMany thanks for your help