Skip to content

Commit

Permalink
fix(cdk): export onChanges correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbe812 committed Apr 18, 2023
1 parent 5b6eb99 commit 2cbb13f
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/cdk/rx-interop/src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export const greeting = 'Hello World!';
export {TypedSimpleChanges, OnChangesEffect, effectOnChanges$} from './lib/on-changes/effect-on-changes$';
export * from './lib/on-changes/on-changes-state';

0 comments on commit 2cbb13f

Please sign in to comment.