I have an angular 7 application
www.myapp1.com
i have another application for login authentication.
www.myauthapp.com
When ever i send login request my myauthapp will process request and saves some details in cookie. So my doubt is how can i read these cookie from my angular application myapp1
i have tried so many examples from google here it is link.