Skip to content

Commit

Permalink
[angular] fix service name
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Feb 1, 2024
1 parent b8f0017 commit 8d33e7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Object.keys(differentRelationships).forEach(key => {
const uniqueRel = differentRelationships[key][0];
if (uniqueRel.otherEntityAngularName !== entityAngularName) {
_%>
protected <%= uniqueRel.otherEntityName %>Service = inject(<%= uniqueRel.otherEntityAngularName %>Service);
protected <%= uniqueRel.otherEntity.entityInstance %>Service = inject(<%= uniqueRel.otherEntityAngularName %>Service);
<%_
}
}
Expand Down

0 comments on commit 8d33e7f

Please sign in to comment.