[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:
Denys Vuika
2022-01-28 14:14:42 +00:00
committed by GitHub
parent e8871e7867
commit 3aa629d4be
27 changed files with 144 additions and 56 deletions

View File

@@ -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';

View File

@@ -15,4 +15,4 @@
* limitations under the License.
*/
export * from './public-api';
export * from './index';