@orchestrator/layout
Version:
> A set of simple layout components for Orchestrator library.
26 lines (18 loc) • 1.1 kB
Markdown
# @orchestrator/layout
> A set of simple layout components for Orchestrator library.

## Registration
```ts
import { NgModule } from '@angular/core';
import { OrchestratorCoreModule } from '@orchestrator/core';
import { LayoutModule } from '@orchestrator/layout';
export class AppModule {}
```
## Components list
| Component | Description |
| ----------------------------------------------------------------------------------- | --------------------------------------------------------------- |
| [orc-layout-flat-host](/libs/layout/src/lib/layout-flat-host/layout-flat-config.ts) | Allows to render components in a simple flat list using flexbox |
| | |