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.
2 parents 7d39d03 + 22bc114 commit b91a7c0Copy full SHA for b91a7c0
demo-snippets/ng/install.module.ts
@@ -10,7 +10,7 @@ import { SimpleWaterfallComponent } from './simple-waterfall/simple-waterfall.co
10
import { SimpleTemplatesComponent } from './simple-templates/simple-templates.component';
11
import { SwipeMenuComponent } from './swipe-menu/swipe-menu.component';
12
13
-export const COMPONENTS = [SimpleGridComponent, HorizontalGridComponent, SimpleWaterfallComponent, SimpleTemplatesComponent];
+export const COMPONENTS = [SimpleGridComponent, HorizontalGridComponent, SimpleWaterfallComponent, SimpleTemplatesComponent, SwipeMenuComponent];
14
@NgModule({
15
imports: [CollectionViewModule, SwipeMenuModule],
16
exports: [CollectionViewModule, SwipeMenuModule],
0 commit comments