UNPKG

ngx-diagrams

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.0.

10 lines (9 loc) 387 B
import { OnInit, ViewContainerRef } from '@angular/core'; import { DefaultNodeModel } from '../../models/default-node.model'; import { PortModel } from '../../../models/port.model'; export declare class DefaultNodeComponent extends DefaultNodeModel implements OnInit { portsLayer: ViewContainerRef; constructor(); ngOnInit(): void; generatePort(port: PortModel): void; }