File tree Expand file tree Collapse file tree 8 files changed +9
-16
lines changed
Expand file tree Collapse file tree 8 files changed +9
-16
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1616 "build" : {
1717 "builder" : " ngx-build-plus:build" ,
1818 "options" : {
19- "outputPath" : " dist/ui5-webcomponents-sample-angular " ,
19+ "outputPath" : " dist" ,
2020 "index" : " src/index.html" ,
2121 "main" : " src/main.ts" ,
2222 "polyfills" : " src/polyfills.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " ui5-webcomponents-sample-angular" ,
33 "version" : " 0.7.0" ,
4+ "browserslist" : [
5+ " defaults" ,
6+ " not IE 11"
7+ ],
48 "scripts" : {
59 "ng" : " ng" ,
610 "start" : " ng serve --extra-webpack-config webpack.partial.js" ,
Original file line number Diff line number Diff line change 66 (deletedItem) ="removeItem($event) "
77 (changeSelection) ="handleUndone($event) "> </ app-list >
88
9- < ui5-panel [collapsed] ="!this.done.length " header-text ="Completed tasks ">
9+ < ui5-panel [collapsed] ="!this.done.length " header-text ="Completed Tasks ">
1010 < app-list [todos] ="done " (editPressed) ="editItem($event) "
1111 (deletedItem) ="removeItem($event) "
1212 (changeSelection) ="handleDone($event) "> </ app-list >
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export class AppComponent {
3333 text : 'Go to the gym' ,
3434 id : 3 ,
3535 deadline : '24/7/2018' ,
36- done : true
36+ done : false
3737 } ,
3838 {
3939 text : 'Buy milk' ,
@@ -45,7 +45,7 @@ export class AppComponent {
4545 text : 'Eat some fruits' ,
4646 id : 5 ,
4747 deadline : '29/7/2018' ,
48- done : false
48+ done : true
4949 }
5050 ] ;
5151 id = 5 ;
@@ -117,7 +117,7 @@ export class AppComponent {
117117 }
118118
119119 closeDialog ( ) {
120- this . oDialog . nativeElement . close ( ) ;
120+ this . oDialog . nativeElement . close ( ) ;
121121 }
122122
123123 saveDialog ( ) {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments