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

ngxs-labs / firestore-plugin / 19233837789

10 Nov 2025 01:48PM UTC coverage: 19.556% (-0.2%) from 19.708%
19233837789

push

github

joaqcid
chore(release): 18.0.7

60 of 187 branches covered (32.09%)

Branch coverage included in aggregate %.

248 of 1388 relevant lines covered (17.87%)

5.69 hits per line

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

0.0
/integrations/modular/src/app/app.component.ts
1
import { Component } from '@angular/core';
×
2
import { Store } from '@ngxs/store';
×
3
import { ngxsFirestoreConnections } from '@ngxs-labs/firestore-plugin';
×
4

5
@Component({
6
  selector: 'app-root',
7
  templateUrl: './app.component.html',
8
  styleUrls: ['./app.component.scss'],
9
  standalone: false
10
})
11
export class AppComponent {
×
12
  public ngxsFirestoreState$ = this.store.select(ngxsFirestoreConnections);
×
13

14
  constructor(private store: Store) {}
×
15
}
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