import { Component } from '@angular/core'; import { PageShellComponent } from '@shared/layout/page-shell/page-shell.component'; /** * Scaffolded by `gen:context` (WP-44) — replace with the `{{dashCase name}}` context's first * feature slice (the `new-feature` skill: domain first, then infrastructure/application, UI last). */ @Component({ selector: 'app-{{dashCase name}}-page', imports: [PageShellComponent], template: `

Scaffolded by gen:context — build the first feature here.

`, }) export class {{pascalCase name}}Page {}