Interface AppAssets

Interface for application assets definition.

All links specified within it's properties can be rather absolute or relative. If relative link specified - absolute URL will be calculated based on the URL of the SPA Bundle that is currently stored in ILC Registry.

Hierarchy

  • AppAssets

Properties

cssBundle?: string

URL to the CSS application file

dependencies?: {
    [key: string]: string;
}

Key value map with application dependencies. Where key is the name of the SystemJS library and value is a URL to it.

Type declaration

  • [key: string]: string
spaBundle: string

URL to the JS application bundle

Generated using TypeDoc