ben schwartz
ben schwartz

Reputation: 2589

Closure-Compiler externs for AngularJS ui-router

Are there closure compiler externs available for AngularJS's ui-router?

Is there an appropriate place to ask for these from the closure compiler (or Angular-ui) team?

Upvotes: 2

Views: 541

Answers (2)

Alvaro Fuentes Zurita
Alvaro Fuentes Zurita

Reputation: 434

Old question, but useful (i hope) for people who until yesterday (like me) had looking for this resource. Check this out:

https://github.com/google/closure-compiler/blob/master/contrib/externs/angular_ui_router.js

A kindly guy just released the UI Router externs. I havent tested yet, but i'm on it in this moment. I keep you posted about my findings.

Upvotes: 4

John
John

Reputation: 5468

Start with the angular team. Externs are best when provided and maintained by the library author otherwise they are always out of date.

Upvotes: 0

Related Questions