0

I am new to angularjs, and have a web application. I have searched on internet but couldn't find a mature library for parsing URL's in angularjs. Would someone know about one?

Something on the lines of 'urlparse' in python or Apache's 'httpcomponents' in java.

2
  • what do you mean by passing url? Commented Sep 25, 2015 at 12:15
  • "parsing" not "passing". eg. 'url-parse' nodejs library. Commented Sep 25, 2015 at 12:19

1 Answer 1

1

There is nothing specific to Angular, unless you want to wrap the functionality into Angular filter. Any third-party JS library can be used.

It can be URI.js or more lightweight js-url.

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks for the direction- finally settled on js-url. Really appreciate the help!

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.