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

ckapps / overckd / 13656842746

31 May 2023 01:52PM CUT coverage: 20.328%. First build
13656842746

push

github

web-flow
Merge pull request #17 from ckapps/chore/update-deps

Chore/update deps

32 of 288 branches covered (11.11%)

Branch coverage included in aggregate %.

32 of 270 new or added lines in 73 files covered. (11.85%)

464 of 2152 relevant lines covered (21.56%)

0.76 hits per line

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

0.0
/packages/frontend/src/app/modules/domain/portion/modules/portion-input/portion-input.module.ts
1
import { NgModule } from '@angular/core';
×
2
import { CommonModule } from '@angular/common';
×
3
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
×
NEW
4
import { MatLegacyFormFieldModule as MatFormFieldModule } from '@angular/material/legacy-form-field';
×
NEW
5
import { MatLegacyInputModule as MatInputModule } from '@angular/material/legacy-input';
×
NEW
6
import { MatLegacySelectModule as MatSelectModule } from '@angular/material/legacy-select';
×
7

8
import { PortionQuantifierInputComponent } from './components/portion-quantifier-input/portion-quantifier-input.component';
×
9
import { PortionCommonModule } from '../portion-common/portion-common.module';
×
10

11
const COMPONENTS = [PortionQuantifierInputComponent];
×
12

13
@NgModule({
14
  declarations: COMPONENTS,
15
  exports: COMPONENTS,
16
  imports: [
17
    CommonModule,
18
    FormsModule,
19
    ReactiveFormsModule,
20
    MatFormFieldModule,
21
    MatInputModule,
22
    MatSelectModule,
23

24
    // Siblings
25
    PortionCommonModule,
26
  ],
27
})
28
export class PortionInputModule {}
×
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