Skip to content

Commit 79e425c

Browse files
author
Alexander Vakrilov
authored
fix(forms): Added base-value-accessor.ts for <4.4.0 versions compatibility (#1039)
1 parent 3f87f6e commit 79e425c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// This file is only for compatibility with pre 4.4.0 releases.
2+
// Please use "nativescript-angular/forms/value-accessors/base-value-accessor"
3+
export * from "../forms/value-accessors/base-value-accessor";

0 commit comments

Comments
 (0)