UNPKG

@bd-innovations/abstract-section

Version:

A bunch of abstract logic for the section

6 lines (5 loc) 140 B
import { FormGroup } from '@angular/forms'; export interface LogicService<D> { primaryKey: string; form(instance?: D): FormGroup; }