Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. export class WidgetsService {
  2.  
  3. constructor(private widgetsStore: WidgetsStore) {
  4. }
  5.  
  6. setActive(id: ID) {
  7. this.widgetsStore.setActive(id);
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement