upgrade to angular v19

This commit is contained in:
2024-11-29 19:01:34 -06:00
parent bf85c0aa85
commit d9be33b52b
4 changed files with 2432 additions and 1166 deletions
+4 -3
View File
@@ -6,9 +6,10 @@ import { TimezoneService } from './timezone/services/timezone.service';
declare let gtag: Function;
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss'],
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss'],
standalone: false
})
export class AppComponent {
fiveOclocks: Timezone[] = [];