Browse Source

Merge pull request #3802 from abpframework/chore/export-handlers

ErrorHandler exported from @abp/ng.theme.shared
pull/3821/head
Levent Arman Özak 6 years ago
committed by GitHub
parent
commit
14f9bc12e9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      npm/ng-packs/packages/theme-shared/src/public-api.ts

1
npm/ng-packs/packages/theme-shared/src/public-api.ts

@ -6,6 +6,7 @@ export * from './lib/theme-shared.module';
export * from './lib/animations';
export * from './lib/components';
export * from './lib/directives';
export * from './lib/handlers';
export * from './lib/models';
export * from './lib/services';
export * from './lib/tokens';

Loading…
Cancel
Save