0.1.2-ng-12.0 • Published 4 years ago
@orchestrator/html-tag v0.1.2-ng-12.0
@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 |