joschne

Results 8 comments of joschne
trafficstars

Yes, this absolutely solved the problem also for me!

After further investigation, I found a workaround. ```typescript // use: @hasOne(() => Bar) bar?: Bar; // instead of @property(Bar) bar?: Bar; // and expose the Model with relations on Controller...

What's the reason for not maintaining fireloop anymore? Is there a better alternative?

I also need to customize the display of the dropdown toggle. Apart from that, DropdownTreeviewComponent fits all my needs. *Current code* https://github.com/leovo2708/ngx-treeview/blob/73698cce8f202c0cebfaee3a69467623850a46d6/src/lib/dropdown-treeview.component.html#L1-L12 *Proposed Approach* The change would be very easy,...

I was able to solve this issue with [redux-observable-es6-compat](https://www.npmjs.com/package/redux-observable-es6-compat)

Additionally I added a '?' to optional class properties in order to support this feature [introduced with TypeScript 2](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-0.html#optional-class-properties)

Thank you @dmastag for that wonderful hint! I managed to set up something very simple based on [OpenApiTools](https://github.com/OpenAPITools/openapi-generator) since it now supports typescript angular. I created a [sample project](https://github.com/joschne/loopback-4-ngx-build-sdk) to...

Another [example](https://github.com/joschne/loopback4-example-ngx-sdk) based on looback 4 todo-list