Browse Source

Merge branch 'api-definition' of https://github.com/abpframework/abp into api-definition

pull/3192/head
Arkat Erol 6 years ago
parent
commit
403e770b04
  1. 3
      npm/ng-packs/packages/core/src/lib/models/index.ts

3
npm/ng-packs/packages/core/src/lib/models/index.ts

@ -1,6 +1,7 @@
export * from './application-configuration';
export * from './common';
export * from './config';
export * from './config';
export * from './dtos';
export * from './profile';
export * from './replaceable-components';
export * from './rest';

Loading…
Cancel
Save