• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

help-me-mom / ng-mocks / 68f8a6f8-747a-48f3-9604-d2e1f257a097

25 Aug 2024 03:46PM UTC coverage: 100.0%. Remained the same
68f8a6f8-747a-48f3-9604-d2e1f257a097

push

circleci

satanTime
docs: fixing links

3269 of 3269 branches covered (100.0%)

Branch coverage included in aggregate %.

4834 of 4834 relevant lines covered (100.0%)

8558.86 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/libs/ng-mocks/src/lib/common/core.form.ts
1
import * as module from '@angular/forms';
1✔
2

3
const AbstractControl = module.AbstractControl;
1✔
4
const DefaultValueAccessor = module.DefaultValueAccessor;
1✔
5
const FormControl = module.FormControl;
1✔
6
const FormControlDirective = module.FormControlDirective;
1✔
7
const NG_ASYNC_VALIDATORS = module.NG_ASYNC_VALIDATORS;
1✔
8
const NG_VALIDATORS = module.NG_VALIDATORS;
1✔
9
const NG_VALUE_ACCESSOR = module.NG_VALUE_ACCESSOR;
1✔
10
const NgControl = module.NgControl;
1✔
11
const NgModel = module.NgModel;
1✔
12

13
export default {
1✔
14
  AbstractControl,
15
  DefaultValueAccessor,
16
  FormControl,
17
  FormControlDirective,
18
  NG_ASYNC_VALIDATORS,
19
  NG_VALIDATORS,
20
  NG_VALUE_ACCESSOR,
21
  NgControl,
22
  NgModel,
23
};
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc