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
If an @Injectable is missing, the app should not compile instead of crashing in runtime.
Because PopKorn doesn't need components or modules, it is relatively strange that it happens, but it is a highly demanded feature and, for example, it can happen that someone forgets to annotate as @Injectable an implementation.
The text was updated successfully, but these errors were encountered:
If an
@Injectable
is missing, the app should not compile instead of crashing in runtime.Because
PopKorn
doesn't need components or modules, it is relatively strange that it happens, but it is a highly demanded feature and, for example, it can happen that someone forgets to annotate as@Injectable
an implementation.The text was updated successfully, but these errors were encountered: