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

ngxs-labs / firestore-plugin / 9764976207

02 Jul 2024 04:52PM UTC coverage: 19.452% (-37.1%) from 56.566%
9764976207

push

github

joaqcid
chore(release): 18.0.2

59 of 184 branches covered (32.07%)

Branch coverage included in aggregate %.

232 of 1312 relevant lines covered (17.68%)

20.16 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
  standalone: true,
10
  imports: [AsyncPipe, JsonPipe],
11
  templateUrl: './app.component.html',
12
  styleUrl: './app.component.scss'
13
})
14
export class AppComponent {
×
15
  name = 'Angular';
×
16
  all$ = this.store.select(all);
×
17

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

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

© 2026 Coveralls, Inc