mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
remove injectable decorator from non-services (#3641)
This commit is contained in:
committed by
Eugenio Romano
parent
05da97d3b9
commit
6929f1f678
@@ -15,11 +15,9 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { Injectable } from '@angular/core';
|
||||
import { ContentMetadataConfig, OrganisedPropertyGroup, PropertyGroupContainer } from '../../interfaces/content-metadata.interfaces';
|
||||
import { getGroup, getProperty } from './property-group-reader';
|
||||
|
||||
@Injectable()
|
||||
export class AspectOrientedConfigService implements ContentMetadataConfig {
|
||||
|
||||
constructor(private config: any) {}
|
||||
|
@@ -15,12 +15,10 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { Injectable } from '@angular/core';
|
||||
import { ContentMetadataConfig, OrganisedPropertyGroup,
|
||||
PropertyGroupContainer
|
||||
} from '../../interfaces/content-metadata.interfaces';
|
||||
|
||||
@Injectable()
|
||||
export class IndifferentConfigService implements ContentMetadataConfig {
|
||||
|
||||
constructor(config: any) {}
|
||||
|
@@ -15,7 +15,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { Injectable } from '@angular/core';
|
||||
import {
|
||||
ContentMetadataConfig,
|
||||
LayoutOrientedConfigItem,
|
||||
@@ -24,7 +23,6 @@ import {
|
||||
} from '../../interfaces/content-metadata.interfaces';
|
||||
import { getProperty } from './property-group-reader';
|
||||
|
||||
@Injectable()
|
||||
export class LayoutOrientedConfigService implements ContentMetadataConfig {
|
||||
|
||||
constructor(private config: any) {}
|
||||
|
Reference in New Issue
Block a user