diff --git a/README.md b/README.md index d6fece7..f38e430 100644 --- a/README.md +++ b/README.md @@ -177,10 +177,6 @@ export class App { }; } - mapStateToTarget(state) { - return { counter: state.counter }; - } - ngOnDestroy() { this.disconnect(); }