UNPKG

ngx-graph-new

Version:

Modify the ngx-chart version is used

20 lines (16 loc) 443 B
// Extra variables that live on Global that // will be replaced by webpack DefinePlugin declare var ENV: string; declare var APP_VERSION: string; declare var IS_PRODUCTION: boolean; declare var HMR: boolean; declare var IS_DEV: boolean; declare var require: NodeRequire; declare module 'dagre'; declare module '*.json'; interface ErrorStackTraceLimit { stackTraceLimit: number; } interface ErrorConstructor { stackTraceLimit: number; }