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

worktile / slate-angular / 776886ea-20c4-4d4e-891f-a6ef584a0988

31 Mar 2025 01:48AM UTC coverage: 46.776%. Remained the same
776886ea-20c4-4d4e-891f-a6ef584a0988

push

circleci

pubuzhixing8
build: npx changeset pre exit

409 of 1075 branches covered (38.05%)

Branch coverage included in aggregate %.

1020 of 1980 relevant lines covered (51.52%)

43.97 hits per line

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

40.0
/packages/src/components/text/void-text.component.ts
1
import { Component, ChangeDetectionStrategy, OnInit, OnChanges } from '@angular/core';
2
import { BaseTextComponent } from '../../view/base';
3

4
@Component({
5
    selector: 'span[slateVoidText]',
6
    template: ``,
7
    changeDetection: ChangeDetectionStrategy.OnPush,
8
    host: {
9
        'data-slate-spacer': 'true',
10
        class: 'slate-spacer',
11
        'data-slate-node': 'text'
12
    }
13
})
14
export class SlateVoidText extends BaseTextComponent implements OnInit, OnChanges {
1✔
15
    ngOnInit() {
16
        super.ngOnInit();
1✔
17
    }
18

19
    ngOnChanges() {
20
        if (!this.initialized) {
×
21
            return;
×
22
        }
23
    }
24
}
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