TrackableEntities / EntityFrameworkCore.Scaffolding.Handlebars

Scaffold EF Core models using Handlebars templates.
MIT License
209 stars 53 forks source link

Can I know if the entity property is an array in HandleBarsTransformers? #71

Closed omatrot closed 5 years ago

omatrot commented 5 years ago

In order to geneared TypeScript entities annotated with Dcerialize annotations, I need to know if the current entity is an array. I may be wrong but this information seems not to be available.

tonysneed commented 5 years ago

What about: {{#if nav-property-collection}}?