docs: remove unnecessary @linkDocs
tags (#24000)
It is cleaner and simpler to use just a straightforward link. PR Close #24000
This commit is contained in:

committed by
Miško Hevery

parent
b0aacb81d4
commit
7fd9918024
@ -13,7 +13,7 @@ export const LOCALE_DATA: {[localeId: string]: any} = {};
|
||||
|
||||
/**
|
||||
* Register global data to be used internally by Angular. See the
|
||||
* {@linkDocs guide/i18n#i18n-pipes "I18n guide"} to know how to import additional locale data.
|
||||
* ["I18n guide"](guide/i18n#i18n-pipes) to know how to import additional locale data.
|
||||
*
|
||||
* @experimental i18n support is experimental.
|
||||
*/
|
||||
|
@ -427,7 +427,7 @@ function checkFullData(data: any) {
|
||||
* You should fallback to AM/PM when there are no rules available.
|
||||
*
|
||||
* Note: this is only available if you load the full locale data.
|
||||
* See the {@linkDocs guide/i18n#i18n-pipes "I18n guide"} to know how to import additional locale
|
||||
* See the ["I18n guide"](guide/i18n#i18n-pipes) to know how to import additional locale
|
||||
* data.
|
||||
*
|
||||
* @experimental i18n support is experimental.
|
||||
@ -452,7 +452,7 @@ export function getLocaleExtraDayPeriodRules(locale: string): (Time | [Time, Tim
|
||||
* You should fallback to AM/PM when there are no day periods available.
|
||||
*
|
||||
* Note: this is only available if you load the full locale data.
|
||||
* See the {@linkDocs guide/i18n#i18n-pipes "I18n guide"} to know how to import additional locale
|
||||
* See the ["I18n guide"](guide/i18n#i18n-pipes) to know how to import additional locale
|
||||
* data.
|
||||
*
|
||||
* @experimental i18n support is experimental.
|
||||
|
@ -82,10 +82,10 @@ import {invalidPipeArgumentError} from './invalid_pipe_argument_error';
|
||||
* WARNINGS:
|
||||
* - this pipe has only access to en-US locale data by default. If you want to localize the dates
|
||||
* in another language, you will have to import data for other locales.
|
||||
* See the {@linkDocs guide/i18n#i18n-pipes "I18n guide"} to know how to import additional locale
|
||||
* See the ["I18n guide"](guide/i18n#i18n-pipes) to know how to import additional locale
|
||||
* data.
|
||||
* - Fields suffixed with * are only available in the extra dataset.
|
||||
* See the {@linkDocs guide/i18n#i18n-pipes "I18n guide"} to know how to import extra locale
|
||||
* See the ["I18n guide"](guide/i18n#i18n-pipes) to know how to import extra locale
|
||||
* data.
|
||||
* - this pipe is marked as pure hence it will not be re-evaluated when the input is mutated.
|
||||
* Instead users should treat the date as an immutable object and change the reference when the
|
||||
|
Reference in New Issue
Block a user