ng-golden-layout
Version:
Angular bindings for golden-layout
10 lines (9 loc) • 393 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { IGoldenLayoutConfiguration } from './src/config';
export * from './src/config';
export * from './src/hooks';
export * from './src/golden-layout.service';
export * from './src/golden-layout.component';
export declare class GoldenLayoutModule {
static forRoot(config: IGoldenLayoutConfiguration): ModuleWithProviders;
}