Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OrderByPipe should check if Array exists #93

Closed
gtsopour opened this issue Jul 5, 2016 · 2 comments
Closed

OrderByPipe should check if Array exists #93

gtsopour opened this issue Jul 5, 2016 · 2 comments

Comments

@gtsopour
Copy link

gtsopour commented Jul 5, 2016

transform(input: any, config: string = '+'): any {
        if (input) {
        }
}

It seems that into the transform you need to check if array exists. Could you please verify that?

Best
George

@coryshaw1
Copy link
Member

A check similar to this will be added to the next update. Will keep this issue open until the update is published.

@coryshaw1
Copy link
Member

Closed with #90 and npm package 0.3.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants