mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
move data pipe in adf core (#3203)
This commit is contained in:
committed by
Eugenio Romano
parent
fc22c2a4c8
commit
2aafecd752
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { CommonModule, DatePipe } from '@angular/common';
|
||||
import { HttpClient, HttpClientModule } from '@angular/common/http';
|
||||
import { APP_INITIALIZER, NgModule, ModuleWithProviders } from '@angular/core';
|
||||
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
||||
@@ -119,7 +119,8 @@ export function providers() {
|
||||
DiscoveryApiService,
|
||||
CommentProcessService,
|
||||
CommentContentService,
|
||||
SearchConfigurationService
|
||||
SearchConfigurationService,
|
||||
DatePipe
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user