UNPKG

@kronscht/former

Version:

Former is an Angular library that provides a declarative way to generate complex forms based on primeng components

6 lines (5 loc) 247 B
import { KeyValue } from '@angular/common'; export default class FormerUtils { static asKeyValueArray<V>(obj: Record<string, V>): KeyValue<string, V>[]; static keyValueGenerator<V>(obj: Record<string, V>): Iterable<KeyValue<string, V>>; }