Skip to content

Instantly share code, notes, and snippets.

View ottodranik's full-sized avatar

Yurii Uvarov ottodranik

View GitHub Profile
@ottodranik
ottodranik / some-menu.service.ts
Last active April 28, 2023 20:16
Test Subscription on ngrx selector inside component constructor
@Injectable()
export class SomeMenuService {
buildMobileMainMenu(descData: DataForMenuDescriptions) {
return { menu: 'menu' };
}
}