ngx-json-ui
Version:
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.0.
17 lines (16 loc) • 721 B
TypeScript
import { RegionService } from "./region.service";
import { ComponentFactoryService } from "./component-factory.service";
import { ComponentModel } from "../models/component.model";
import * as i0 from "@angular/core";
export declare class ScreenLoaderService {
private regions;
private factory;
constructor(regions: RegionService, factory: ComponentFactoryService);
/**
* Replace exactly ONE container’s contents
* (or fallback to a “default” CID if none is given).
*/
load(componentJson: ComponentModel, containerCid?: string): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ScreenLoaderService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ScreenLoaderService>;
}