From c9875c61685c12ca4f4b035b22b2e6aa65331ae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Mar=C3=ADn?= Date: Sat, 12 Oct 2024 13:26:08 +0200 Subject: [PATCH] refactor: fn pipe no longer needs explicit context unless invoking a method in another instance. refactor: fn pipe types are now stricter --- .../ng-talk-channel-list.component.html | 2 +- .../ng-talk-channel-message-body.component.ts | 2 +- .../channel/ng-talk-channel.component.html | 2 +- .../emoji/ng-talk-send-emoji.component.ts | 2 +- .../send/gif/ng-talk-send-gif.component.ts | 2 +- projects/ng-talk/src/lib/pipes/fn.pipe.ts | 39 +++++++++++++------ 6 files changed, 33 insertions(+), 16 deletions(-) diff --git a/projects/ng-talk/src/lib/components/channel-list/ng-talk-channel-list.component.html b/projects/ng-talk/src/lib/components/channel-list/ng-talk-channel-list.component.html index 077bac6..9a81a08 100644 --- a/projects/ng-talk/src/lib/components/channel-list/ng-talk-channel-list.component.html +++ b/projects/ng-talk/src/lib/components/channel-list/ng-talk-channel-list.component.html @@ -14,7 +14,7 @@