import { OnInit, ElementRef, QueryList } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { CfCoreComponent } from '../core/core.component'; import { CfFormComponent } from '../form/form.component'; import { ButtonModel } from '../../models/button/button.model'; import { FormGroupModel } from '../../models/form/form-group.model'; import { FormGroupStylingModel } from '../../models/form/form-group-styling.model'; import { TemplateService } from '../../services/template-service/template.service'; /** *
CF Form Group Component
*
*
* import {{'{'}} FormGroupModel {{'}'}} from 'cedrus-fusion'
* import {{'{'}} FormGroupStylingModel {{'}'}} from 'cedrus-fusion'
* <cf-form-group></cf-form-group>
*
*
*/
export declare class CfFormGroupComponent extends CfCoreComponent implements OnInit {
/**@hidden */ elementRef: ElementRef;
/**
* Example:
*{{'{'}}
* title: 'Person body',
* payload: this.personBody,
* submitButton: {{'{'}} label: 'Save' {{'}'}}
* {{'}'}}
* Styling object:
*