How to get access_token in angular after generated

In an Angular component, we generate an access token using an API call. After the user logs in, how can we manually retrieve the access token in different components without the need to regenerate it?

@auth0/auth0-angular