-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
Description
Is it currently possible to load the Site ID and Tracker URL in an async manner?
I have an Angular 10 project that stores every config in a database, and would need to query the backend before I can start setting up Matomo.
I looked at the docs and was hopeful maybe via provider useFactory I could return a Promise, but doesn't look doable.