Function fromRemoteLiquidTemplate
- fromRemoteLiquidTemplate<State>(url): ((container: HTMLElement, state: State) => PromiseLike<void>)
Returns ((container: HTMLElement, state: State) => PromiseLike<void>)
Render function
- (container, state): PromiseLike<void>
Parameters
- container: HTMLElement
- state: State
Returns PromiseLike<void>
Load a remote liquid template and render it into a container