@ctodev/cclibrary-typings
Version:
Library typings for use with CLARC INFINITY
13 lines (12 loc) • 395 B
TypeScript
import { TccC4Node } from '../../../odata/models/shared.model';
import { MatDialog } from '@angular/material/dialog';
import { Router } from '@angular/router';
export declare class TccObjectDetailsComponent {
private dialog;
private router;
entity: TccC4Node;
basePath: string;
private dialogRef;
constructor(dialog: MatDialog, router: Router);
openDialog(): void;
}