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 Dec 4, 2017. It is now read-only.
@naomiblack as it stands, I am defaulting to stable.
I can perform a check for @stable, however, if we choose to default to experimental every single page in the api doc will have an experimental label, unless given that the explicit @stable which currently does not exist in angular.io or angular2. I can add the tag in angular.io, but we will need to coordinate the @stable effort on angular2. Is this what we want?
on further reflection, I think we need to have four states: stable / experimental / deprecated / undefined.
Could you create both @stable and @experimental and then make the default (undefined) show no button at all? that gives us space to go through the API surface incrementally, and saves us from accidentally making something experimental look "done".
See https://angular.io/docs/ts/latest/api/common/FORM_BINDINGS-let.html for an example of a live page that should have an @deprecated warning, per https://github.com/angular/angular/blob/2.0.0-beta.15/modules/angular2/src/common/forms.ts#L64-L64
@ericjim @IgorMinar @petebacondarwin
The text was updated successfully, but these errors were encountered: