@orchestrator/layout
v2.0.3
Published
> A set of simple layout components for Orchestrator library.
Downloads
14,207
Readme
@orchestrator/layout
A set of simple layout components for Orchestrator library.
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 | | | |