> A set of simple layout components for Orchestrator library.
npm install @orchestrator/layout> A set of simple layout components for Orchestrator library.
``ts
import { NgModule } from '@angular/core';
import { OrchestratorCoreModule } from '@orchestrator/core';
import { LayoutModule } from '@orchestrator/layout';
@NgModule({
imports: [OrchestratorCoreModule.forRoot(), LayoutModule.forRoot()],
})
export class AppModule {}
``
| Component | Description |
| ----------------------------------------------------------------------------------- | --------------------------------------------------------------- |
| orc-layout-flat-host | Allows to render components in a simple flat list using flexbox |
| | |