This commit is contained in:
2024-11-29 19:05:15 -06:00
parent d9be33b52b
commit 3e08ffdfd7
10 changed files with 47 additions and 53 deletions
+4 -4
View File
@@ -6,10 +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'],
standalone: false
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss'],
standalone: false,
})
export class AppComponent {
fiveOclocks: Timezone[] = [];