2.0.4 • Published 2 months ago

@orchestrator/ui-web v2.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
2 months ago

@orchestrator/ui-web

A set of basic HTML elements as components for Orchestrator library.

@orchestrator/ui-web

DEPRECATED!

Please use @orchestrator/html-tag package instead which has more streamlined API and allows to render any HTML tags available in the Web.

Registration

import { NgModule } from '@angular/core';
import { OrchestratorCoreModule } from '@orchestrator/core';
import { UiWebModule } from '@orchestrator/ui-web';

@NgModule({
  imports: [OrchestratorCoreModule.forRoot(), UiWebModule.forRoot()],
})
export class AppModule {}

Components list

ComponentDescription
orc-ui-web-button-hostButton element
orc-ui-web-heading-hostHeading element (h1..h6)
orc-ui-web-image-hostImage element
orc-ui-web-input-hostInput element
orc-ui-web-select-hostSelect element
orc-ui-web-text-hostParagraph element
orc-ui-web-textarea-hostParagraph element
2.0.4

2 months ago

2.0.4-ng-12.3

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1-ng-12.0

2 years ago

2.0.1-ng-12.2

2 years ago

2.0.1-ng-12.1

2 years ago

2.0.1

2 years ago

2.0.0-next.0

2 years ago

2.0.0-next.1

2 years ago

2.0.0

2 years ago

1.0.0

4 years ago

1.0.0-next.0

4 years ago

0.1.2-next.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.1.0-next.1

4 years ago

0.1.0-next.0

4 years ago

0.0.0

4 years ago

0.0.1-alpha.0

5 years ago