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 |  | stringthe module name  | 
exports |  | anythe 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 |  | stringThe xml of the template to be parsed  | 
exports |  | anyCurrent context of the template  | 
 Returns KeyedTemplate[]