Rendering Page to DOM

To render code into the page, you are needed to call a method from yugal. yugal.navigate method is used to render code to page. Pass method defined for page above into yugal.navigate. Example:

    yugal.navigate(HomePage());

Last updated

Was this helpful?