We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf59fa commit 960399aCopy full SHA for 960399a
src/module.ts
@@ -33,7 +33,7 @@ import { registerTransitions } from './transitions/transition-registry';
33
import { TransitionController } from './transitions/transition-controller';
34
import { AppRootToken } from './components/app/app-root';
35
import { UrlSerializer, setupUrlSerializer, DeepLinkConfigToken } from './navigation/url-serializer';
36
-
+import { ClickBlock } from './util/click-block';
37
/**
38
* Import Overlay Entry Components
39
*/
@@ -107,7 +107,8 @@ export { ViewController } from './navigation/view-controller';
107
ModalCmp,
108
PickerCmp,
109
PopoverCmp,
110
- ToastCmp
+ ToastCmp,
111
+ ClickBlock
112
],
113
entryComponents: [
114
ActionSheetCmp,
0 commit comments