@nakedobjects/gemini
Version:
Single Page Application client for a Naked Objects application.
9 lines (8 loc) • 504 B
TypeScript
import { CollectionViewModel } from '@nakedobjects/view-models';
import * as i0 from "@angular/core";
export declare class CollectionsComponent {
collections: CollectionViewModel[];
classes(coll: CollectionViewModel): string;
static ɵfac: i0.ɵɵFactoryDeclaration<CollectionsComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CollectionsComponent, "nof-collections", never, { "collections": { "alias": "collections"; "required": true; }; }, {}, never, never, false, never>;
}