not bad
This commit is contained in:
parent
e2a60e71a3
commit
003f38ea60
36 changed files with 1543 additions and 1287 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import { Component, ChangeDetectionStrategy, OnInit, inject } from '@angular/core';
|
||||
import { StoreService } from './services/store.service';
|
||||
import { AnalyticsService } from './services/analytics.service';
|
||||
import { PagesComponent } from './components/pages/pages.component';
|
||||
|
||||
@Component({
|
||||
|
|
@ -11,8 +12,10 @@ import { PagesComponent } from './components/pages/pages.component';
|
|||
})
|
||||
export class App implements OnInit {
|
||||
private readonly store = inject(StoreService);
|
||||
private readonly analytics = inject(AnalyticsService);
|
||||
|
||||
ngOnInit(): void {
|
||||
this.analytics.init();
|
||||
this.store.init();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue