Skip to content

Commit d83034b

Browse files
committed
Fix #23: Add LocalizePipe export
1 parent 50c2f97 commit d83034b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

angular.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export { localize } from "./src/localize";
22
export { NativeScriptLocalizeModule } from "./src/localize.module";
3+
export { LocalizePipe } from "./src/localize.pipe";

angular.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export { localize } from "./src/localize";
22
export { NativeScriptLocalizeModule } from "./src/localize.module";
3+
export { LocalizePipe } from "./src/localize.pipe";

0 commit comments

Comments
 (0)