Skip to content

Instantly share code, notes, and snippets.

@vsavkin
Last active August 13, 2019 14:16
Show Gist options
  • Save vsavkin/54d0a96a9b4d667ec9a9fefe1299c7a0 to your computer and use it in GitHub Desktop.
Save vsavkin/54d0a96a9b4d667ec9a9fefe1299c7a0 to your computer and use it in GitHub Desktop.
@Injectable()
export class TalksEffects {
// talks$ = createEffect(() =>
// talk$ = createEffect(() =>
// rate$ = createEffect(() =>
// watch$ = createEffect(() =>
constructor(
private readonly backend: Backend,
private readonly watch: WatchService,
private readonly actions: Actions
) {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment