Browse Source

fix(core): Export TagService from core

Michael Bromley 3 years ago
parent
commit
a680ea3473
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/core/src/service/index.ts

+ 1 - 0
packages/core/src/service/index.ts

@@ -46,6 +46,7 @@ export * from './services/search.service';
 export * from './services/session.service';
 export * from './services/session.service';
 export * from './services/shipping-method.service';
 export * from './services/shipping-method.service';
 export * from './services/stock-movement.service';
 export * from './services/stock-movement.service';
+export * from './services/tag.service';
 export * from './services/tax-category.service';
 export * from './services/tax-category.service';
 export * from './services/tax-rate.service';
 export * from './services/tax-rate.service';
 export * from './services/user.service';
 export * from './services/user.service';