Skip to content

Commit

Permalink
fix: export all validator directives
Browse files Browse the repository at this point in the history
  • Loading branch information
why520crazy committed Jun 10, 2020
1 parent ce3b0cb commit 1ac47d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/public_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export * from './module';
export * from './validator-loader.service';
export * from './validator.class';
export * from './directives/form-validator.directive';
export * from './directives/validators';
export * from './directives/form-submit.directive';
export * from './strategies';
export { NgxValidators } from './validators';

0 comments on commit 1ac47d8

Please sign in to comment.