Browse Source

Bugfix/missing reflect-metadata polyfill in apps/client (#5952)

* Add reflect-metadata to polyfill
pull/5954/head
Kenrick Tandrian 2 weeks ago
committed by GitHub
parent
commit
9efd1da17e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      apps/client/src/polyfills.ts

1
apps/client/src/polyfills.ts

@ -52,3 +52,4 @@ import 'zone.js'; // Included with Angular CLI.
*/
import '@angular/localize/init';
import 'reflect-metadata';

Loading…
Cancel
Save