Fails to compile in ngc #300
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
I raised this issue with the angular team but according to them, this is working as extended in the ngc compiler:
https://github.com/angular/angular/issues/9971
The problem is that the directive is defined as
Which is not compatible with static analysis. Would it be possible to change the directive so that it's compatible with ngc?
Many thanks,