0.0.4 • Published 1 year ago

hello-world-fsz47h v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

\

Do not download.

This webcomponent follows the open-wc recommendation.

Installation

npm i hello-world-fsz47h

Usage

<script type="module">
  import 'hello-world/hello-world.js';
</script>

<hello-world></hello-world>

Usage in Angular

Import in your @NgModule (for example in app.module.ts) and use Custom elements schema:

import 'hello-world-fsz47h';
schemas: [CUSTOM_ELEMENTS_SCHEMA]

In HTML use like this:

<hello-world 
  title="This is title" 
  [counter]="number">
</hello-world>
0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago