@WithStore decorator
@Injectable()
@WithStore()
export class TabStateActions extends HasSignalStore<TabState> {
...
}
Last updated
@Injectable()
@WithStore()
export class TabStateActions extends HasSignalStore<TabState> {
...
}
Last updated