From 69c0ce2741ef7218b384c08e5fa54512c8d79667 Mon Sep 17 00:00:00 2001 From: KenTandrian Date: Sun, 16 Nov 2025 15:01:52 +0700 Subject: [PATCH] fix(client): add reflect-metadata to polyfill --- apps/client/src/polyfills.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/polyfills.ts b/apps/client/src/polyfills.ts index bb1da3e23..df81e917b 100644 --- a/apps/client/src/polyfills.ts +++ b/apps/client/src/polyfills.ts @@ -52,3 +52,4 @@ import 'zone.js'; // Included with Angular CLI. */ import '@angular/localize/init'; +import 'reflect-metadata';