• 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/standalone/src/app/app.component.ts
1
import { Component } from '@angular/core';
×
2
import { AsyncPipe, JsonPipe } from '@angular/common';
×
3
import { all } from './states/test.selectors';
×
4
import { Store } from '@ngxs/store';
×
5
import { GetAll } from './states/test.actions';
×
6

7
@Component({
8
  selector: 'app-root',
9
  imports: [AsyncPipe, JsonPipe],
10
  templateUrl: './app.component.html',
11
  styleUrl: './app.component.scss'
12
})
13
export class AppComponent {
×
14
  name = 'Angular';
×
15
  all$ = this.store.select(all);
×
16

17
  constructor(private store: Store) {}
×
18

19
  ngOnInit() {
20
    this.store.dispatch(new GetAll());
×
21
  }
22
}
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

© 2026 Coveralls, Inc