mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +08:00
fix(NgModule): add ClickBlock to NgModule declarations
This commit is contained in:

committed by
Adam Bradley

parent
cbf59faa06
commit
960399a05d
@ -33,7 +33,7 @@ import { registerTransitions } from './transitions/transition-registry';
|
|||||||
import { TransitionController } from './transitions/transition-controller';
|
import { TransitionController } from './transitions/transition-controller';
|
||||||
import { AppRootToken } from './components/app/app-root';
|
import { AppRootToken } from './components/app/app-root';
|
||||||
import { UrlSerializer, setupUrlSerializer, DeepLinkConfigToken } from './navigation/url-serializer';
|
import { UrlSerializer, setupUrlSerializer, DeepLinkConfigToken } from './navigation/url-serializer';
|
||||||
|
import { ClickBlock } from './util/click-block';
|
||||||
/**
|
/**
|
||||||
* Import Overlay Entry Components
|
* Import Overlay Entry Components
|
||||||
*/
|
*/
|
||||||
@ -107,7 +107,8 @@ export { ViewController } from './navigation/view-controller';
|
|||||||
ModalCmp,
|
ModalCmp,
|
||||||
PickerCmp,
|
PickerCmp,
|
||||||
PopoverCmp,
|
PopoverCmp,
|
||||||
ToastCmp
|
ToastCmp,
|
||||||
|
ClickBlock
|
||||||
],
|
],
|
||||||
entryComponents: [
|
entryComponents: [
|
||||||
ActionSheetCmp,
|
ActionSheetCmp,
|
||||||
|
Reference in New Issue
Block a user