Skip to content

Commit

Permalink
fix(NgModule): add ClickBlock to NgModule declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartington authored and adamdbradley committed Nov 18, 2016
1 parent cbf59fa commit 960399a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/module.ts
Expand Up @@ -33,7 +33,7 @@ import { registerTransitions } from './transitions/transition-registry';
import { TransitionController } from './transitions/transition-controller';
import { AppRootToken } from './components/app/app-root';
import { UrlSerializer, setupUrlSerializer, DeepLinkConfigToken } from './navigation/url-serializer';

import { ClickBlock } from './util/click-block';
/**
* Import Overlay Entry Components
*/
Expand Down Expand Up @@ -107,7 +107,8 @@ export { ViewController } from './navigation/view-controller';
ModalCmp,
PickerCmp,
PopoverCmp,
ToastCmp
ToastCmp,
ClickBlock
],
entryComponents: [
ActionSheetCmp,
Expand Down

0 comments on commit 960399a

Please sign in to comment.