arch(sprint1): centralize startup in platform runtime

This commit is contained in:
sdarbinyan
2026-07-03 02:05:25 +04:00
parent d6a1d5e3f5
commit 8132c1a535
5 changed files with 75 additions and 14 deletions

View File

@@ -30,7 +30,6 @@ export class PlatformHomeComponent {
private readonly router = inject(Router);
constructor(private readonly websiteRuntime: WebsiteRuntimeFacade) {
this.websiteRuntime.initializeRuntime();
this.websiteRuntime.getPageRenderModelForUrl(this.router.url).subscribe({
next: (model) => {
this.model.set(model);