Get the Newsletter

inlineView

A Function

inlineView(markup: string, dependencies?: Array, dependencyBaseUrl?: string): any

Decorator: Provides a view template, directly inline, for the component. Be sure to wrap the markup in a template element.

Parameters

markup: string
The markup for the view.
dependencies?: Array
A list of dependencies that the template has.
dependencyBaseUrl?: string
A base url from which the dependencies will be loaded.