Closed
Description
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
Activity