@orchestrator/html-tag
v0.2.1
Published
> A component that allows to render any HTML elements for Orchestrator library.
Downloads
4
Readme
@orchestrator/html-tag
A component that allows to render any HTML elements for Orchestrator library.
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
| Component | Description | | --------------------------------------------------------------------- | ----------- | | orc-html-tag | Html Tag | | orc-html-text | HTML Text | | | |