mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2586] change export org for AOT (#3170)
* change export org for AOT * update CLI and remove memory hack * remove unused import * right type
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
import { Injectable } from '@angular/core';
|
||||
import {
|
||||
ContentMetadataConfig,
|
||||
LayoutOrientedConfig,
|
||||
LayoutOrientedConfigItem,
|
||||
OrganisedPropertyGroup,
|
||||
PropertyGroupContainer
|
||||
@@ -28,7 +27,7 @@ import { getProperty } from './property-group-reader';
|
||||
@Injectable()
|
||||
export class LayoutOrientedConfigService implements ContentMetadataConfig {
|
||||
|
||||
constructor(private config: LayoutOrientedConfig) {}
|
||||
constructor(private config: any) {}
|
||||
|
||||
public isGroupAllowed(groupName: string): boolean {
|
||||
return this.getMatchingGroups(groupName).length > 0;
|
||||
|
Reference in New Issue
Block a user