Skip to content

Commit

Permalink
fix(bootstrap): undeclared component in module
Browse files Browse the repository at this point in the history
closes #168
  • Loading branch information
Shlomi Assaf (shlassaf) committed Aug 25, 2016
1 parent 33201ae commit 76a7c08
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ function getProviders(): any[] {
BSModalFooter,
BSMessageModalTitle,
BSMessageModalBody,
BSMessageModal
BSMessageModal,
BSModalContainer
],
providers: getProviders(),
entryComponents: [
Expand Down

0 comments on commit 76a7c08

Please sign in to comment.