angular / closure-demo

MIT License
115 stars 27 forks source link

Generate externs file using `ngc` #10

Closed aitboudad closed 7 years ago

aitboudad commented 7 years ago

right now we can generate externs file using tsickle but I couldn't find a way to generate it with ngc.

@alexeagle is there an option to let ngc to generate externs ?

alexeagle commented 7 years ago

Sorry, it's not hooked up yet. We're working on a new tsc-wrapped that does this (for bazel), will be in a month or two. Possibly it will only work with bazel.

On Fri, Jun 23, 2017 at 6:55 AM Abdellatif Ait boudad < notifications@github.com> wrote:

right now we can generate externs file using tsickle but I couldn't find a way to generate it with ngc.

@alexeagle https://github.com/alexeagle is there an option to let ngc to generate externs ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/angular/closure-demo/issues/10, or mute the thread https://github.com/notifications/unsubscribe-auth/AAC5I87Y0NE2DC_ax4_JgOd3SNrIq5fCks5sG8O1gaJpZM4ODmQo .

aitboudad commented 7 years ago

good to hear that, looking forward to it. Thanks a lot.