All files / src/app/shared/formly/dev/testing/formly-testing-fieldgroup-example formly-testing-fieldgroup-example.component.ts

100% Statements 4/4
100% Branches 0/0
100% Functions 0/0
100% Lines 3/3

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 1133x 33x               33x  
import { ChangeDetectionStrategy, Component } from '@angular/core';
import { FieldType } from '@ngx-formly/core';
 
// eslint-disable-next-line ish-custom-rules/require-formly-code-documentation
@Component({
  selector: 'ish-formly-fieldgroup-example',
  templateUrl: './formly-testing-fieldgroup-example.component.html',
  changeDetection: ChangeDetectionStrategy.Default,
})
export class FormlyTestingFieldgroupExampleComponent extends FieldType {}