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 May 22, 2025. It is now read-only.
Currently Tsickle does not use TypeScript v2.1 transforms API. The consequence is that ngc has to parse the type information twice. Once for the original source code, and then again when tsickle pulls annotations into static fields. The consequence of this is slower runtime performance.