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

* Add reflect-metadata to polyfill
pull/5954/head
Kenrick Tandrian 5 months ago committed by GitHub
parent 9cd6e51d31
commit 9efd1da17e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save