Tim Deschryver
Tim Deschryver
Closed by #4813
My bad, thanks @DuskoPeric .
I tried to reproduce this, and I initially received the following error ``` Microsoft.Data.SqlClient.SqlException (0x80131904): Cannot insert the value NULL into column 'Content', table 'EFDocs.dbo.Posts'; column does not allow nulls....
@litoj it's normal that the entity has id `0`, during the insert it should receive the appropriate id. For example, with Sql Server the `Id` column will be the Primary...
Sorry @litoj , I don't know - normally, that should also work automatically.
Hello, sorry I missed the notification for this issue. I agree that would be nice to do, unfortunately Angular's `setInput` API doesn't work nicely with Signals. Because of this, it...
This should be fixed by #547
@markgoho what do you suggest to include in this file?
@markgoho good idea. Feel free to open a PR.
I was assuming that there weren't any problems, if there are then we'll update it. Do you want to create a PR with the update?