mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-7119] Fix circular dependencies (#7472)
* fix language item dependency * fix public-api export * dependency fixes * fix circular deps * fix circular deps * fix circular deps * fix circular deps * fix circular dependency * workaround for circular deps * fix lint
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
*/
|
||||
|
||||
export * from './content-type.service';
|
||||
// export * from './content-type.model';
|
||||
export * from './content-type-metadata.interface';
|
||||
export * from './content-type-dialog.component';
|
||||
|
||||
|
@@ -15,4 +15,4 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
export * from './public-api';
|
||||
export * from './index';
|
||||
|
Reference in New Issue
Block a user