docs: common with @publicApi tags (#26595)

PR Close #26595
This commit is contained in:
Pete Bacon Darwin
2018-10-19 15:06:08 +01:00
committed by Alex Rickabaugh
parent 42c331bbf2
commit 0918adf39d
43 changed files with 87 additions and 97 deletions

View File

@ -85,7 +85,7 @@ export function jsonpCallbackContext(): Object {
* If no names are supplied, the default cookie name is `XSRF-TOKEN`
* and the default header name is `X-XSRF-TOKEN`.
*
*
* @publicApi
*/
@NgModule({
providers: [
@ -138,7 +138,7 @@ export class HttpClientXsrfModule {
* You can add interceptors to the chain behind `HttpClient` by binding them to the
* multiprovider for built-in [DI token](guide/glossary#di-token) `HTTP_INTERCEPTORS`.
*
*
* @publicApi
*/
@NgModule({
/**
@ -175,7 +175,7 @@ export class HttpClientModule {
* You can add interceptors to the chain behind `HttpClient` by binding them to the
* multiprovider for built-in [DI token](guide/glossary#di-token) `HTTP_INTERCEPTORS`.
*
*
* @publicApi
*/
@NgModule({
providers: [