0.2.1 • Published 2 months ago

@orchestrator/html-tag v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@orchestrator/html-tag

A component that allows to render any HTML elements for Orchestrator library.

@orchestrator/html-tag

Registration

import { NgModule } from '@angular/core';
import { OrchestratorCoreModule } from '@orchestrator/core';
import { HtmlTagModule } from '@orchestrator/html-tag';

@NgModule({
  imports: [OrchestratorCoreModule.forRoot(), HtmlTagModule.forRoot()],
})
export class AppModule {}

Components list

ComponentDescription
orc-html-tagHtml Tag
orc-html-textHTML Text