matrix-dimension/web/polyfills.ts

19 lines
403 B
TypeScript
Raw Normal View History

import "reflect-metadata";
import "ts-helpers";
import { environment } from './environments/environment';
2019-07-11 04:17:16 +00:00
2017-08-27 05:26:00 +00:00
require("zone.js/dist/zone");
//noinspection TypeScriptUnresolvedVariable
if (environment.production) {
// Production
} else {
// Development
2017-08-27 05:26:00 +00:00
Error["stackTraceLimit"] = Infinity;
//noinspection TypeScriptUnresolvedFunction
2017-08-27 05:26:00 +00:00
require("zone.js/dist/long-stack-trace-zone");
}