Код: Выделить всё
providedIn: 'root'Код: Выделить всё
@if(showDialog()) {
some text
}
Код: Выделить всё
@Component({ ... })
export class DialogComponent {
showDialog = signal(false); //
Подробнее здесь: [url]https://stackoverflow.com/questions/79389922/i-want-to-share-a-signal-between-components-aross-my-application-alternatives-t[/url]
Мобильная версия