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
var appPromise = bootstrap(AppComponent, [LocalStorageService]);
LocalStorageSubscriber(appPromise);
it give an error:
Uncaught Cannot resolve all parameters for 'LocalStorageService'(?). Make sure that all the parameters are decorated with Inject or have valid type annotations and that 'LocalStorageService' is decorated with Injectable.
The text was updated successfully, but these errors were encountered:
while trying to bootstrap it like this:
it give an error:
The text was updated successfully, but these errors were encountered: