Interface: AppRouteConfig
Properties
_meta?
readonlyoptional_meta?:RouteMeta
resourceUri
readonlyresourceUri:string
targets?
readonlyoptionaltargets?: readonlystring[]
template?
readonlyoptionaltemplate?:string
Optional HTML shell for the compiled App. The path resolves relative to
the route module, the way its imports do ('./dashboard.html'); the
older project-root-relative form is still accepted while only one of the
two interpretations names an existing file. When both exist and differ,
or neither exists, the build fails with AB4827 naming both candidates.