My Stuff
Comments
-
What specifically is going wrong? For example, if you log the results of the user profile component to the developer console, do you the results appear? Sample code: var UserProfile = container.getComponent('UserProfile');<br/>UserProfile.getUserProfile().then(function (profile) {<br/> console.log(profile.firstname);<br/>…