Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

UPDATE

I am editing the query since i have resolved the earlier issue. There are 2 services - authentication and user and the filteration has to be done on the authentication service. This service is supposed to return the users from the json. the user service has to add other methods to give additional details of the user once fetched from the authentication service.

However i am not sure of the methodology i used to fetch the user details. I have injected both the services - authenticationService and user Service to the controller. Is there a better way of doing this.

I am not sure if this is the right way to ask the question. Kindly let me know if i have to modify this at any point of time.

The working copy is in the link below:

PLUNKER DEMO

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
158 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...