npm i wc-header
in angular.json add into scripts
"scripts": [
...
"node_modules/wc-header/public/build/bundle.js"
...
]
import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
...
@NgModule({
...
schemas: [ CUSTOM_ELEMENTS_SCHEMA ]
})
<svelte-beauty-header
name="Title application"
subname="Subtitle application"
description="Description ... "
button="Label Button"
active="true">
</svelte-beauty-header>