Can ADF be integrated into an already existing Angular app without using the generator?

cancel
Showing results for 
Search instead for 
Did you mean: 
nce
Member II

Can ADF be integrated into an already existing Angular app without using the generator?

Jump to solution

I already have an existing Angular 6 app with login and various features. I'd like to incorporate the content services and search & document components but I am unable to find any information without using the yeoman app generator.

1 Solution

Accepted Solutions
dvuika
Alfresco Employee

Re: Can ADF be integrated into an already existing Angular app without using the generator?

Jump to solution

"npm install @alfresco/adf-content-services" and you will have it in your project. Check the angular.json file to see the asset configurations for i18n files.

View solution in original post

1 Reply
dvuika
Alfresco Employee

Re: Can ADF be integrated into an already existing Angular app without using the generator?

Jump to solution

"npm install @alfresco/adf-content-services" and you will have it in your project. Check the angular.json file to see the asset configurations for i18n files.