MOBILE-3833 chore: Add issue related to a deprecation
parent
ddab1fc3d7
commit
b25d5d5fca
|
@ -21,7 +21,8 @@ import { CoreLogger } from '@singletons/logger';
|
||||||
* Filter to format a timestamp to a locale string. Timestamp can be in seconds or milliseconds.
|
* Filter to format a timestamp to a locale string. Timestamp can be in seconds or milliseconds.
|
||||||
*
|
*
|
||||||
* @deprecated since 3.6. Use coreFormatDate instead.
|
* @deprecated since 3.6. Use coreFormatDate instead.
|
||||||
* This pipe wasn't removed in app 4.0 because some site plugins still used it. It will be removed in future versions.
|
* This pipe wasn't removed in app 4.0 because some site plugins still used it. It will be removed in future versions
|
||||||
|
* (see MOBILE-2823).
|
||||||
*/
|
*/
|
||||||
@Pipe({
|
@Pipe({
|
||||||
name: 'coreToLocaleString',
|
name: 'coreToLocaleString',
|
||||||
|
|
Loading…
Reference in New Issue