It seems like ahead of time compilation breaks commands. I believe this is because they are not being reference in a module so angular removes the decorators. Alternative are: - use `@Inject()` (tedious) - or look into `multi: true` for the provider
It seems like ahead of time compilation breaks commands.
I believe this is because they are not being reference in a module so angular removes the decorators.
Alternative are:
@Inject()(tedious)multi: truefor the provider