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

mpalourdio / ng2 / 19550072371

20 Nov 2025 08:15PM UTC coverage: 84.884% (-11.1%) from 95.946%
19550072371

push

github

web-flow
Merge pull request #264 from mpalourdio/ng21

feat: @angular/* ^21.0.0 support

41 of 63 branches covered (65.08%)

Branch coverage included in aggregate %.

105 of 109 relevant lines covered (96.33%)

7.59 hits per line

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

68.18
/src/app/app.component.html
1
<div id="first">
2✔
2
    <h1>AppComponent</h1>
2✔
3
    <div>
2✔
4
        <span id="title">{{title}}</span><br>
12✔
5
    </div>
2✔
6

7
    <div>
2✔
8
        <input type="text" id="double-binded-parent" [(ngModel)]="doubleBindedParent"><br/>
12!
9
        {{doubleBindedParent | toUppercase}}<br>
12✔
10
        {{signal | toUppercase}}
12✔
11
    </div>
2✔
12

13
    <div>
2✔
14
        <app-child
15
            [(doubleBindedChild)]="doubleBindedParent"
12!
16
            [(doubleBindedChild2)]="doubleBindedParent"
×
17
            [(doubleBindedChild3)]="signal">
18
        </app-child>
2✔
19
    </div>
20
</div>
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