feat: NCS-69 Challenge request #3
@@ -30,6 +30,21 @@ interface WindowCell {
|
|||||||
style: Record<string, string>;
|
style: Record<string, string>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
interface Star {
|
||||||
|
style: Record<string, string>;
|
||||||
|
}
|
||||||
|
|
||||||
|
interface BackgroundBuilding {
|
||||||
|
style: Record<string, string>;
|
||||||
|
}
|
||||||
|
|
||||||
|
interface WindowCell {
|
||||||
|
state: 'off' | 'on';
|
||||||
|
color?: string;
|
||||||
|
glowColor?: string;
|
||||||
|
style: Record<string, string>;
|
||||||
|
}
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-welcome',
|
selector: 'app-welcome',
|
||||||
standalone: true,
|
standalone: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user