Skip to content

Commit b91a7c0

Browse files
author
farfromrefug
committed
Merge remote-tracking branch 'origin/master'
2 parents 7d39d03 + 22bc114 commit b91a7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo-snippets/ng/install.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { SimpleWaterfallComponent } from './simple-waterfall/simple-waterfall.co
1010
import { SimpleTemplatesComponent } from './simple-templates/simple-templates.component';
1111
import { SwipeMenuComponent } from './swipe-menu/swipe-menu.component';
1212

13-
export const COMPONENTS = [SimpleGridComponent, HorizontalGridComponent, SimpleWaterfallComponent, SimpleTemplatesComponent];
13+
export const COMPONENTS = [SimpleGridComponent, HorizontalGridComponent, SimpleWaterfallComponent, SimpleTemplatesComponent, SwipeMenuComponent];
1414
@NgModule({
1515
imports: [CollectionViewModule, SwipeMenuModule],
1616
exports: [CollectionViewModule, SwipeMenuModule],

0 commit comments

Comments
 (0)