UNPKG

ngx-matomo-client

Version:

Matomo (fka. Piwik) client for Angular applications

9 lines (8 loc) 1.11 kB
export { runOnce as ɵrunOnce } from './utils/function'; export { appendTrailingSlash as ɵappendTrailingSlash } from './utils/url'; export { Getters as ɵGetters, Methods as ɵMethods } from './utils/types'; export { ScriptInjector as ɵScriptInjector } from './utils/script-injector'; export { INTERNAL_MATOMO_CONFIGURATION as ɵINTERNAL_MATOMO_CONFIGURATION, DEFERRED_INTERNAL_MATOMO_CONFIGURATION as ɵDEFERRED_INTERNAL_MATOMO_CONFIGURATION, ASYNC_INTERNAL_MATOMO_CONFIGURATION as ɵASYNC_INTERNAL_MATOMO_CONFIGURATION, MATOMO_ROUTER_ENABLED as ɵMATOMO_ROUTER_ENABLED, isExplicitTrackerConfiguration as ɵisExplicitTrackerConfiguration, getTrackersConfiguration as ɵgetTrackersConfiguration, isAutoConfigurationMode as ɵisAutoConfigurationMode, } from './tracker/configuration'; export { InternalMatomoTracker as ɵInternalMatomoTracker } from './tracker/internal-matomo-tracker.service'; export { provideTestingTracker as ɵprovideTestingTracker, MatomoTestingTracker as ɵMatomoTestingTracker, } from './testing/testing-tracker'; export { createMatomoFeature as ɵcreateMatomoFeature } from './providers';