feat(spa): scaffold Angular app shell with host/player routes
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-player-shell',
|
||||
standalone: true,
|
||||
template: `
|
||||
<h2>Player route placeholder</h2>
|
||||
<p>Player flow flyttes hertil i kommende SPA-issues.</p>
|
||||
`,
|
||||
})
|
||||
export class PlayerShellComponent {}
|
||||
Reference in New Issue
Block a user