Classes
Builder
Builder
Summary β
Constructors
Constructors β
Properties β
knownCollections β
Static
knownMultiTemplates β
Static
knownTemplates β
Static
UI plugin developers can add to these to define their own custom types if needed
Methods β
createViewFromEntry β
Static
createViewFromEntry(entry: NavigationEntry): View
load β
Static
load(moduleName: string, exports?: any): View
Loads component from module with context
Parameter Default Description
moduleName
string
the module name
exports
any
the context of the component to be loaded
Returns View
load(options: LoadOptions): View
parseMultipleTemplates β
Static
parseMultipleTemplates(value: string, exports?: any): KeyedTemplate[]
Creates an array of KeyedTemplates from string
Parameter Default Description
value
string
The xml of the template to be parsed
exports
any
Current context of the template
Returns KeyedTemplate[]