cancel
Showing results for 
Search instead for 
Did you mean: 

ADF Indentity User Service

eliemichael
Champ in-the-making
Champ in-the-making

Hello,

Can someone please assist me by giving me an example of how to use the IdentityUserService in a custom component. I have tried it as shown in the pictures below but it keeps failing

imageuser-register-component

imageappModules providers array

this is the error I keep getting

imageerror message

Please help, I am new to Angular and ADF, so I feel like I am missing something. Please provide as much details as possible if there is something wrong with my code above. 

4 REPLIES 4

fcorti
Elite Collaborator
Elite Collaborator

Hi,

Did you have the chance to look at a working example?
There some around:
- The ACA (Alfresco Content Application). The source code is available here: https://github.com/Alfresco/alfresco-content-app

- A basic ADF application created using the ADF Yeoman Generator. A tutorial can be found here: https://www.alfresco.com/abn/adf/docs/tutorials/creating-the-app-using-yeoman/

I hope this will help you.

-F

karol
Champ in-the-making
Champ in-the-making

image

hussondros
Champ in-the-making
Champ in-the-making

Thanks for sharing, F! The ACA example (https://github.com/Alfresco/alfresco-content-app) looks especially useful, and the Yeoman tutorial link is a great starting point too. Appreciate the pointers!

mosinjack
Champ in-the-making
Champ in-the-making

Thanks for sharing, F! 🙌
The ACA example is super helpful to see IdentityUserService in action:
https://github.com/Alfresco/alfresco-content-app

And the Yeoman tutorial is a great step-by-step guide to get started:
https://www.alfresco.com/abn/adf/docs/tutorials/creating-the-app-using-yeoman/

Really appreciate the pointers — very useful resources! 🚀