Socket
Socket
Sign inDemoInstall

@orchestrator/layout

Package Overview
Dependencies
15
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @orchestrator/layout

> A set of simple layout components for Orchestrator library.


Version published
Weekly downloads
2.7K
decreased by-13.46%
Maintainers
3
Install size
211 kB
Created
Weekly downloads
 

Readme

Source

@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

ComponentDescription
orc-layout-flat-hostAllows to render components in a simple flat list using flexbox

Keywords

FAQs

Last updated on 24 Mar 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc