@orchestrator/html-tag
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

@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

Component Description
orc-html-tag Html Tag
orc-html-text HTML Text

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @orchestrator/html-tag

    Weekly Downloads

    3

    Version

    0.2.1

    License

    MIT

    Unpacked Size

    107 kB

    Total Files

    28

    Last publish

    Collaborators

    • orchestratora
    • gund
    • ryuugan