Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 4b35284

Browse files
committed
feat(ripple): Export Ripple directive
1 parent 31306fd commit 4b35284

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/ripple/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ import { EventRegistry } from '../common/event-registry';
99
providers: [EventRegistry]
1010
})
1111
export class RippleModule { }
12+
13+
export * from './ripple.directive';

0 commit comments

Comments
 (0)