0.2.1 • Published 2 years ago
@orchestrator/html-tag v0.2.1
@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 |