Skip to content

Commit

Permalink
chore(modal): expose global config interface (#5719)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkosasih authored and daniloff200 committed Sep 5, 2020
1 parent dbf958e commit f4ea6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modal/public_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export { BsModalRef } from './bs-modal-ref.service';
export { ModalBackdropOptions } from './modal-backdrop.options';
export { ModalContainerComponent } from './modal-container.component';
export { ModalBackdropComponent } from './modal-backdrop.component';
export { ModalOptions } from './modal-options.class';
export { ModalOptions, MODAL_CONFIG_DEFAULT_OVERRIDE } from './modal-options.class';
export { ModalDirective } from './modal.directive';
export { ModalModule } from './modal.module';
export { BsModalService } from './bs-modal.service';

1 comment on commit f4ea6ef

@RomanHubyak
Copy link

@RomanHubyak RomanHubyak commented on f4ea6ef Sep 17, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When will this be released? I can't override default configuration.

Please sign in to comment.