Lance Finney
Lance Finney
I added signal store and refactored a lot. I didn't spend energy improving the UI, except for adding the loading and error indicators. ## Checklist for challenge submission - [x]...
I've done only a little bit with projection, so combining NgContent w/ NgTemplate was a challenge. I admit that I peeked at the instructor solution to get some hints (especially...
I'm trying to use this for a batch deletion, but it doesn't work for me. This is the input created for my table's batch deletion operation: ``` """All input for...
User Activated Route to initialize the value of the quantity FormControl Use a transform to convert the productId (also change the type of the id in products.ts to match) Fix...
Add an interface for components Deactivate navigation based on the presence of a dialog (and sometimes with confirmation) ## Checklist for challenge submission - [x] Start your PR message with...
### Which @ngrx/* package(s) are relevant/related to the feature request? signals ### Information It would be helpful if signal stores had a proper name. Here are two use cases: 1....