Browse Source

feat: add generic dictionary to system types

pull/6438/head
Arman Ozak 6 years ago
parent
commit
eccbb125e9
  1. 1
      npm/ng-packs/packages/schematics/src/constants/system-types.ts

1
npm/ng-packs/packages/schematics/src/constants/system-types.ts

@ -2,6 +2,7 @@ export const SYSTEM_TYPES = new Map([
['Bool', 'boolean'],
['Byte', 'number'],
['Char', 'string'],
['Collections.Generic.Dictionary', 'Record'],
['DateTime', 'string'],
['DateTimeOffset', 'string'],
['Decimal', 'number'],

Loading…
Cancel
Save