cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco JS API is archived, how can i integrate a client api code in a non-adf angular project ?

4535992
Star Collaborator
Star Collaborator

NOTE: I recently started developing with angular , so I don't know if the integration of NX into Alfresco projects makes my question "stupid."

The "Alfresco JavaScript API" (https://github.com/Alfresco/alfresco-js-api) project was set as "archived" and transferred to the "Alfresco NG2 Components" (https://github.com/Alfresco/alfresco-ng2-components) project.

I was using the "alfresco-js-api" library to build Alfresco a simple rest api clients on external angular projects separate from the ADF and its components.

Can I still do this ? Only the code allocation on github has changed ? Can i still install create a Alfresco client as a separate project from npm as I did before with the command `npm install @alfresco/js-api` ?  or am I forced to use the ng2-components library directly `@alfresco/alfresco-ng2-components` ?

If in a non-ADF angular project I wanted to create a client rest api do I have to use @alfreco/ng2-components ?

1 ACCEPTED ANSWER

denys
Confirmed Champ
Confirmed Champ

Only the physical location of the source code files changed. The library is still published to NPM as usual

View answer in original post

2 REPLIES 2

denys
Confirmed Champ
Confirmed Champ

Only the physical location of the source code files changed. The library is still published to NPM as usual

4535992
Star Collaborator
Star Collaborator

Ty very much for the clarification