EvolvedWeb / evowc

Evolved Web Components
MIT License
8 stars 0 forks source link

Pass route parameters into a component on navigation #71

Closed intervalia closed 4 months ago

intervalia commented 4 months ago

Describe the solution you'd like Be able to pass in the route optional parameters into a component when we navigate to it.

If a component that is used as the destination of a route supports the public navParams method then send the routing data to that method.

intervalia commented 4 months ago

This is in the next release