Skip to content

Commit 2553512

Browse files
committed
add
1 parent ccac15d commit 2553512

25 files changed

+204
-25
lines changed

nativescript-angular/issue-1377/app/app.component.js

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nativescript-angular/issue-1377/app/app.module.js

+48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nativescript-angular/issue-1377/app/app.routing.js

+24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nativescript-angular/issue-1377/app/item/item-detail.component.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<ActionBar title="Details" class="action-bar"></ActionBar>
1+
<ActionBar title="Details" class="action-bar">
2+
</ActionBar>
3+
24
<FlexboxLayout flexDirection="column" class="page">
35
<FlexboxLayout class="m-15">
46
<Label class="h2" [text]="item.id + '. '"></Label>

nativescript-angular/issue-1377/app/item/item-detail.component.js

+27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nativescript-angular/issue-1377/app/item/item.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nativescript-angular/issue-1377/app/item/item.service.js

+20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)