npm i -S @fireflysemantics/join
npm i -S tslib
import { join } from '@fireflysemantics/join'
console.log(join('http://www.example.com/', '/pity/the/foo/'))
console.log(join('http://www.example.com/','', '/pity/the/foo/'))
Run npm run b to build the project. The build artifacts will be stored in the dist/ directory.
After building your library with npm run b, run npm run p to publish.
Run npm t to execute the unit tests via Jest.
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.