You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the current forRoot construction, it is impossible to configure the PiwikProSettings asynchronously. This makes it unworkable to supply these configurations via a server.
It would be more convenient to use 'provide-functions' or to allow the settings injection token to implement Promise<PiwikProSettings> as well.
The text was updated successfully, but these errors were encountered:
With the current
forRoot
construction, it is impossible to configure thePiwikProSettings
asynchronously. This makes it unworkable to supply these configurations via a server.It would be more convenient to use 'provide-functions' or to allow the settings injection token to implement
Promise<PiwikProSettings>
as well.The text was updated successfully, but these errors were encountered: