Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AppAssets

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

Index

Properties

Optional cssBundle

cssBundle: string

URL to the CSS application file

Optional dependencies

dependencies: {}

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

spaBundle: string

URL to the JS application bundle

Generated using TypeDoc