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
e7b392bf3a
commit
38a0d1fac5
@ -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