Jeff Gilliland

Results 4 comments of Jeff Gilliland

Further, at risk of feature creep, we should be able to subscribe to the underlying component's @Outputs as well: `ref.carClicked.subscribe(() => {})` [Ng-Zorro Antd](https://ng.ant.design/components/modal/en) does this in their modal, where...

This is a pretty big "gotcha" of TypeORM. I built an app recently under the assumption I would be able to easily use eager loading to build up the necessary...

@thellimist Sure! You can checkout [my implementation here](https://github.com/PaddingtonTheBear/gilly/blob/development/apps/dakimbo-server/src/controllers/data/read.ts). The "loadRelationships" is towards the bottom. I ended up defining a static relationships array on [my models](https://github.com/PaddingtonTheBear/gilly/blob/development/libs/entities/auth/user.ts), which the read method uses...

> @PaddingtonTheBear could you please show us how to implement nested relations in your solution? > It looks very smart Does this post help you? https://github.com/typeorm/typeorm/issues/3857#issuecomment-672648620 I have examples in...