feat: build dark fantasy application shell
This commit is contained in:
14
apps/web/src/app/features/world/world-page.component.ts
Normal file
14
apps/web/src/app/features/world/world-page.component.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-world-page',
|
||||
template: '<section class="world-route" aria-label="Weltansicht"></section>',
|
||||
styles: [
|
||||
`
|
||||
.world-route {
|
||||
min-block-size: 100%;
|
||||
}
|
||||
`,
|
||||
],
|
||||
})
|
||||
export class WorldPageComponent {}
|
||||
Reference in New Issue
Block a user