component

@elementumjs/component

Table of contents

Classes

Functions

Functions

html

html(…args): Template

The html function its a tag for string templating that creates a Template.

Parameters

Name Type Description
...args any[] The tagged template result that contains the HTML struct and its slots values interpolated. Read more about it here.

Returns

Template

Template

Defined in

component.ts:15