Skip to content

Commit

Permalink
fix date-time control
Browse files Browse the repository at this point in the history
Signed-off-by: simvalery <[email protected]>
  • Loading branch information
simvalery committed Dec 2, 2024
1 parent 1575c24 commit 6a35420
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export class DateTimeComponent implements OnInit, AfterViewInit{
}

ngAfterViewInit() {
console.log(this);
const value = this.calendar.value;
if (value) {
this.ngZone.runOutsideAngular(() => {
Expand Down

0 comments on commit 6a35420

Please sign in to comment.