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

2.0.3 • Public • Published

@orchestrator/layout

A set of simple layout components for Orchestrator library.

@orchestrator/layout

Registration

import { NgModule } from '@angular/core';
import { OrchestratorCoreModule } from '@orchestrator/core';
import { LayoutModule } from '@orchestrator/layout';

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

Components list

Component Description
orc-layout-flat-host Allows to render components in a simple flat list using flexbox

Package Sidebar

Install

npm i @orchestrator/layout

Weekly Downloads

2,811

Version

2.0.3

License

MIT

Unpacked Size

132 kB

Total Files

44

Last publish

Collaborators

  • orchestratora
  • gund
  • ryuugan