Skip to content

Commit

Permalink
chore: bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
michelebombardi committed Aug 13, 2024
1 parent 08f6c7c commit eae4f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import { AppService } from './services/app.service';
provide: CalendarDateFormatter,
useClass: SchedulerDateFormatter
}],
//changeDetection: ChangeDetectionStrategy.OnPush
// changeDetection: ChangeDetectionStrategy.OnPush
})
export class AppComponent implements OnInit {
title: string = 'Angular Calendar Scheduler Demo';
Expand Down

0 comments on commit eae4f18

Please sign in to comment.