Routing/Navigation
Embryo is compatible with parameter routing and lazy Loading. There are followings steps:
If You want to set the path for the desired page , simply follow the following steps:-
Go to src > router.js and the path as :-
1- Firstly set the instance that you are going to use in setting the path as:-
router.js
2- Then lastly set the path
Last updated