From c223626e3977f9e5015e0cde01bc43ffeaaa8b94 Mon Sep 17 00:00:00 2001 From: Thomas Rittson Date: Mon, 28 Mar 2022 13:08:19 +1000 Subject: [PATCH] Tweak noop interface --- node/src/angular-core.noop.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/src/angular-core.noop.ts b/node/src/angular-core.noop.ts index 12854e1a..8b89a03e 100644 --- a/node/src/angular-core.noop.ts +++ b/node/src/angular-core.noop.ts @@ -1,4 +1,4 @@ -function noopDecorator(target: any) { +function noopDecorator(...args: any) { return; }