Browse Source

Merge branch 'dev' of https://github.com/volosoft/abp into dev

pull/2690/head
Yunus Emre Kalkan 6 years ago
parent
commit
a774e16122
  1. 2
      npm/ng-packs/packages/core/src/lib/utils/date-extensions.ts

2
npm/ng-packs/packages/core/src/lib/utils/date-extensions.ts

@ -2,7 +2,7 @@ export {};
declare global {
interface Date {
toLocalISOString(): string;
toLocalISOString?: () => string;
}
}

Loading…
Cancel
Save