appBaseHref top-level constant

OpaqueToken<String> const appBaseHref

The appBaseHref token represents the base HREF to be used for the router.

For example, if your site is at /my/app on your host:

const ValueProvider.forToken(appBaseHref, '/my/app');

Implementation

const appBaseHref = OpaqueToken<String>('appBaseHref');