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
@rlexa missed this issue and created a separate one #342, with the same goal but a non-breaking approach by using a standalone option.
Naming can be discussed, but for sure it is the logical way to go.
Angular moved on to functional providers approach (EnvironmentProviders), please replace NgModule by an appropriate provide function.
Right now it has to be provided with a helper function from Angular:
Instead the code could be generated like:
With environment providers there is no need for already-exists checking. This allows for modern approach:
The text was updated successfully, but these errors were encountered: