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

atinc / ngx-tethys / #55

30 Jul 2025 07:08AM UTC coverage: 9.866% (-80.4%) from 90.297%
#55

push

why520crazy
feat(empty): add setMessage for update display text #TINFR-2616

92 of 6794 branches covered (1.35%)

Branch coverage included in aggregate %.

2014 of 14552 relevant lines covered (13.84%)

6.15 hits per line

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

75.0
/src/comment/examples/nest/nest.component.ts
1
import { Component } from '@angular/core';
2
import { NgTemplateOutlet } from '@angular/common';
3
import { ThyComment, ThyCommentActionsDirective, ThyCommentContentDirective } from 'ngx-tethys/comment';
4
import { ThyAction } from 'ngx-tethys/action';
5

6
@Component({
7
    selector: 'thy-comment-nest-example',
1✔
8
    templateUrl: './nest.component.html',
9
    imports: [ThyComment, ThyCommentContentDirective, ThyCommentActionsDirective, ThyAction, NgTemplateOutlet]
×
10
})
11
export class ThyCommentNestExampleComponent {
12
    constructor() {}
13

14
    public data = {
15
        author: '怀特洛克',
16
        avatar: 'assets/images/one-avatar.jpg',
17
        date: '2022-10-18 17:01:06',
18
        content:
19
            '现有产品的各个功能、用户体验的持续优化,提升客户使用过程整体现有产品的各个功能、用户体验的持续优化,提升客户使用过程整体感觉很棒' +
20
            '现有产品的各个功能、用户体验的持续优化,提升客户使用过程整体现有产品的各个功能、用户体验的持续优化,提升客户使用过程整体感觉很棒, 提升客户使用过程整体感觉很棒',
21
        children: [
22
            {
23
                author: '朔伊尔',
24
                avatar: 'assets/images/one-avatar.jpg',
25
                date: '2022-10-18 17:01:06',
26
                content:
27
                    '现有产品的各个功能、用户体验的持续优化,提升客户使用过程整体现有产品的各个功能、用户体验的持续优化,提升客户使用过程整体感觉很棒' +
28
                    '现有产品的各个功能、用户体验的持续优化,提升客户使',
29
                children: [
30
                    {
31
                        author: '卡雷拉斯',
32
                        avatar: 'assets/images/one-avatar.jpg',
33
                        date: '2022-10-18 17:03:06',
34
                        content:
35
                            '现有产品的各个功能、用户体验的持续优化,提升客户使用过程整体现有产品的各个功能、用户体验的持续优化,提升客户使用过程整体感觉很棒'
36
                    },
37
                    {
38
                        author: '布里奇特',
39
                        avatar: 'assets/images/one-avatar.jpg',
40
                        date: '2022-10-18 17:03:06',
41
                        content:
1✔
42
                            '现有产品的各个功能、用户体验的持续优化,提升客户使用过程整体现有产品的各个功能、用户体验的持续优化,提升客户使用过程整体感觉很棒' +
43
                            '现有产品的各个功能、用户体验的持续优化,提升客户使用过程整体现有产品的各个功能、用户体验的持续优化,提升客户使用过程整体感觉很棒, 提升客户使用过程整体感觉很棒'
1✔
44
                    }
45
                ]
46
            }
47
        ]
48
    };
49
}
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