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
{{ message }}
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
/**
* If you are writing code accessed from Angular expressions, you must include
* your own @MirrorsUsed annotation or ensure that everything is tagged with
* the Ng annotations.
*
* All programs should also include a @MirrorsUsed(override: '*') which
* tells the compiler that only the explicitly listed libraries will
* be reflected over.
*
* This is a short-term fix until we implement a transformer-based solution
* which does not rely on mirrors.
*/
If I'm not mistaken this is already resolved with the current transformers.