From df1ef5dce2063200f29fa75ddc0a254960c02c4f Mon Sep 17 00:00:00 2001 From: Ilya Surmay Date: Fri, 28 Jul 2017 12:29:54 +0300 Subject: [PATCH] fix(modal): fix system.js [fixes #2291] --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 2862e18a5f..9fc9de76a5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -41,7 +41,7 @@ export { export { ModalDirective, ModalOptions, ModalBackdropOptions, ModalBackdropComponent, - ModalModule + ModalModule, BsModalRef, BsModalService } from './modal'; export {