Removable footer, compact styling for particle creator
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import {Injectable, signal} from '@angular/core';
|
||||
|
||||
@Injectable({
|
||||
providedIn: 'root'
|
||||
})
|
||||
export class FooterService {
|
||||
|
||||
public hideFooter = signal<boolean>(false);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user