install
npm install wwp-js-url-helper --save
inport
import jsurl from 'wwp-js-url-helper'
functions
var url = 'http://localhost:8080/?id=1#/test?name=11' jsurl.getSearch; // 1jsurl.updateSearch; // http://localhost:8080/?id=2#/test?name=11jsurl.removeSearch; // http://localhost:8080/#/test?name=11 jsurl.getHash; // 11jsurl.updateHash; // http://localhost:8080/?id=1#/test?name=22jsurl.removeSearch; // http://localhost:8080/?id=1#/test