Skip to content

Commit a583953

Browse files
committed
remove unused code
1 parent fc6752a commit a583953

File tree

4 files changed

+2
-11
lines changed

4 files changed

+2
-11
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ app.component.html
4040
app.component.ts
4141

4242
export class AppComponent {
43-
data1 : string;
44-
data2 : string;
43+
dataObj1: any;
44+
dataObj2: any;
4545

4646

4747
ngOnInit() {

screen-capture (3).mp4

1.32 MB
Binary file not shown.

src/app/app.component.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,4 @@ export class AppComponent implements OnInit {
2121
};
2222
}
2323

24-
setFocusBtn(evt) {
25-
console.log(evt);
26-
}
27-
2824
}

src/app/modal.directive.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,5 @@ export class ModalDirective implements OnInit, OnChanges {
5555
return modalDialogComponentRef;
5656
}
5757

58-
@HostListener('blur', ['$event.target'])
59-
onblur(target: any) {
60-
console.log('Focus called from HostListener');
61-
}
62-
6358

6459
}

0 commit comments

Comments
 (0)