So Little Code!
Are you even a programmer anymore?
Here is the full excerpt of code that you had to write to implement our customers container component from the facade examples. We are assuming code module imports are handled by the IDE and are not something you would necessarily "write" yourself. Standard Angular decorator content excluded as it is usually generated for you.
customer.state.ts
customer.facade.ts
customers.component.ts
customers.component.html
There are also a couple additional lines of code you may need to add to your app.state.ts
file for the app state interface and app reducer map, as well as a provider mapping between the model and the entity service. See quick start for more info.
Last updated