Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@orchestrator/html-tag

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orchestrator/html-tag

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

latest
Source
npmnpm
Version
0.2.1
Version published
Maintainers
3
Created
Source

@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

Keywords

html

FAQs

Package last updated on 24 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts