mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-4713] Add new DecimalNumber Pipe to transform and localize numbers (#4926)
* [ADF-4713] Add new DecimalNumber Pipe to transform and localize numbers * Unsubscribe from userPreference service * Make Pipe impure * Add documentation in localization page
This commit is contained in:
committed by
Eugenio Romano
parent
8ee5cd1908
commit
a0d4160c11
@@ -127,11 +127,11 @@ export const appRoutes: Routes = [
|
||||
]
|
||||
},
|
||||
{
|
||||
path: 'date',
|
||||
path: 'pipes',
|
||||
children: [
|
||||
{
|
||||
path: '',
|
||||
loadChildren: 'app/components/date/date.module#AppDateModule'
|
||||
loadChildren: 'app/components/pipes/pipes.module#AppPipesModule'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user