lc-forms
Version:
Is a library for simplified object-based creation and validation of forms in Angular/Angular Universal. The library is inspired by [angular.io dynamic forms](https://angular.io/docs/ts/latest/cookbook/dynamic-form.html) and [Filip Lauc's](https://github.c
8 lines (7 loc) • 332 B
TypeScript
/**
* Generated bundle index. Do not edit.
*/
export * from './public_api';
export { LCElementComponent as ɵc } from './src/app/components/lc-element.component';
export { LCFormComponent as ɵa } from './src/app/components/lc-forms.component';
export { LCFormService as ɵb } from './src/app/components/lc-forms.service';