support for nativescript
YonathanMeguira opened this issue · 2 comments
YonathanMeguira commented
is this module supported on nativescript? if not it would be great to have that available for nativescript as well
SteveVanOpstal commented
It seems like NativeScript has two implementations:
- https://github.com/NativeScript/nativescript-angular, the angular integration:
ng-pipes will work on this because they use the angular framework with NativeScript components. - https://github.com/NativeScript/NativeScript, a javascript framework:
This looks like an entirely different framework and therefore ng-pipes is not compatible with it.
YonathanMeguira commented
Thank you