mountRouter
Uses a Router as the mounted navigation root.
Table of contents
Category
Value
Import
jsimport { mountRouter } from "valyrian.js/router";Public signature
ts(elementContainer: string | any, router: Router): voidParameters
tselementContainer: string | any, router: RouterResult
tsvoidObservable effects
Mounts the router on the target and starts route resolution.