Lorem ipsum dolor sit amet, consectetur adipisicing elit. Cumque delectus enim esse excepturi, impedit, + iste magnam officia optio, quam quis quisquam saepe sint unde velit vitae! Animi in iusto ut?
+ + +There is closing by Esc button option that you can configure.
`, outlet: DemoModalServiceDisableEscClosingComponent }, + { + title: 'Modal window with tooltip and popover', + anchor: 'modal-with-popups', + component: require('!!raw-loader?lang=typescript!./demos/modal-with-popups/modal-with-popups.ts'), + html: require('!!raw-loader?lang=markup!./demos/modal-with-popups/modal-with-popups.html'), + description: `Tooltips
and popovers
can be placed within modals as needed. When modals are closed, any tooltips
and popovers
within are also automatically dismissed.