mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
process common module, date range filter is not a service
This commit is contained in:
parent
c0d60495d0
commit
b57f953dd0
@ -18,7 +18,6 @@
|
||||
import { applicationConfig, Meta, moduleMetadata, StoryFn } from '@storybook/angular';
|
||||
import { ProcessServicesCloudStoryModule } from '../../testing/process-services-cloud-story.module';
|
||||
import { mockFilterProperty } from '../mock/date-range-filter.mock';
|
||||
import { ProcessCommonModule } from '../process-common.module';
|
||||
import { DateRangeFilterComponent } from './date-range-filter.component';
|
||||
import { importProvidersFrom } from '@angular/core';
|
||||
|
||||
@ -27,7 +26,7 @@ export default {
|
||||
title: 'Process Services Cloud/Process Common/Date Range Filter',
|
||||
decorators: [
|
||||
moduleMetadata({
|
||||
imports: [ProcessCommonModule]
|
||||
imports: [DateRangeFilterComponent]
|
||||
}),
|
||||
applicationConfig({
|
||||
providers: [importProvidersFrom(ProcessServicesCloudStoryModule)]
|
||||
|
@ -18,6 +18,7 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DateRangeFilterComponent } from './date-range-filter/date-range-filter.component';
|
||||
|
||||
/** @deprecated use DateRangeFilterComponent instead */
|
||||
@NgModule({
|
||||
imports: [DateRangeFilterComponent],
|
||||
exports: [DateRangeFilterComponent]
|
||||
|
Loading…
x
Reference in New Issue
Block a user