Configuration
You can now define operations on your routes. In the following example code, you see a simple getMany
population for the PostsIndexComponent
. We also define one child route for the selected Post entity.
Use the operate()
function to define operators for your routes.
posts-routing.module.ts
Find the list of already defined operators in our @ng-frrri/router-middleware repository. Please see the integration example in the GitHub repository to see the usage of a variety of predefined operators.
Last updated