Skip to content

Commit

Permalink
feat: export datalayer service (#8)
Browse files Browse the repository at this point in the history
Data layer service is not declared in the public-api file, so is not useable outside of this library. According to the readme, the data layer service should be part of the public-api
  • Loading branch information
RGunning authored Sep 26, 2022
1 parent 0d12508 commit 0c190a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/ngx-piwik-pro/src/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export * from './lib/services/download-and-outlink/download-and-outlink.service'
export * from './lib/services/e-commerce/e-commerce.service';
export * from './lib/services/goal-conversions/goal-conversions.service';
export * from './lib/services/user-management/user-management.service';
export * from './lib/services/data-layer/data-layer.service';

export * from './lib/tokens/ngx-paq-token';
export * from './lib/tokens/ngx-piwik-pro-settings.token';
Expand Down

0 comments on commit 0c190a6

Please sign in to comment.