docs: remove all deprecated @stable
jsdoc tags (#23210)
These are no longer needed as stable docs are computed as those that do not have `@experimental` or `@deprecated` tags. PR Close #23210
This commit is contained in:

committed by
Igor Minar

parent
ee145790d7
commit
4b96a58c5a
@ -48,7 +48,7 @@ export class HttpInterceptingHandler implements HttpHandler {
|
||||
*
|
||||
* Meant to be used as a factory function within `HttpClientModule`.
|
||||
*
|
||||
* @stable
|
||||
*
|
||||
*/
|
||||
export function interceptingHandler(
|
||||
backend: HttpBackend, interceptors: HttpInterceptor[] | null = []): HttpHandler {
|
||||
@ -65,7 +65,7 @@ export function interceptingHandler(
|
||||
* Ordinarily JSONP callbacks are stored on the `window` object, but this may not exist
|
||||
* in test environments. In that case, callbacks are stored on an anonymous object instead.
|
||||
*
|
||||
* @stable
|
||||
*
|
||||
*/
|
||||
export function jsonpCallbackContext(): Object {
|
||||
if (typeof window === 'object') {
|
||||
@ -84,7 +84,7 @@ export function jsonpCallbackContext(): Object {
|
||||
* If no such names are provided, the default is to use `X-XSRF-TOKEN` for
|
||||
* the header name and `XSRF-TOKEN` for the cookie name.
|
||||
*
|
||||
* @stable
|
||||
*
|
||||
*/
|
||||
@NgModule({
|
||||
providers: [
|
||||
@ -132,7 +132,7 @@ export class HttpClientXsrfModule {
|
||||
* Interceptors can be added to the chain behind `HttpClient` by binding them
|
||||
* to the multiprovider for `HTTP_INTERCEPTORS`.
|
||||
*
|
||||
* @stable
|
||||
*
|
||||
*/
|
||||
@NgModule({
|
||||
imports: [
|
||||
@ -159,7 +159,7 @@ export class HttpClientModule {
|
||||
* Without this module, Jsonp requests will reach the backend
|
||||
* with method JSONP, where they'll be rejected.
|
||||
*
|
||||
* @stable
|
||||
*
|
||||
*/
|
||||
@NgModule({
|
||||
providers: [
|
||||
|
Reference in New Issue
Block a user