Classes
Builder
Summary
Constructors
Constructors
Properties
knownCollections
Static
knownCollections: Set<string>knownMultiTemplates
Static
knownMultiTemplates: Set<string>knownTemplates
Static
knownTemplates: Set<string>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 | |
the module name |
exports | |
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 | |
The xml of the template to be parsed |
exports | |
Current context of the template |
Returns KeyedTemplate[]