Setup Client Side
Now that you've had a look at the data we are working with, let's take a look at how to get that data into our client code.
Global Registration
As you may remember from our
Simply add the
function to the providers array like we've done in
Entity Registration
The next step we covered in our documentation was
As we mentioned in the location
using a standard NgRX slice. Not everything is suitable for SmartNgRX.
You can view the registration code for each of the tabs in the following locations. I'm providing links to the providers section and under each of those links, links to the entity definitions they reference
One thing you'll notice is that each of the routes points to the same tables in the end. This is so we can illustrate the various ways SmartNgRX can be used. In your application, you'd have one definition per table.