Background:
You can add services you want to export from your library by adding some code into public_api.ts.
public_api.ts
First locate projects/nameOfLibProject/src/public_api.ts inside your angular app then add
projects/nameOfLibProject/src/public_api.ts
export * from './lib/locationOf/your.service';