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.
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.