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

ckapps / overckd / 13656842746

31 May 2023 01:52PM UTC 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/recipe-collection/recipe-collection.module.ts
1
import { NgModule } from '@angular/core';
×
2
import { CommonModule } from '@angular/common';
×
NEW
3
import { MatLegacyListModule as MatListModule } from '@angular/material/legacy-list';
×
4

5
// External modules
6
import { UiModule } from '../../ui/ui.module';
×
7

8
// Components
9
import { CollectionsMainMenuGroupComponent } from './components/collections-main-menu-group/collections-main-menu-group.component';
×
10
import { RouterModule } from '@angular/router';
×
11
import { RecipeCollectionComponent } from './components/recipe-collection/recipe-collection.component';
×
12

13
@NgModule({
14
  declarations: [CollectionsMainMenuGroupComponent, RecipeCollectionComponent],
15
  imports: [CommonModule, RouterModule, MatListModule, UiModule],
16
  exports: [CollectionsMainMenuGroupComponent, RecipeCollectionComponent],
17
})
18
export class RecipeCollectionModule {}
×
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