How to implement okta-auth-js auto renewal angular

how to implement okta-auth-js 7.x auto renewal in angular and how to start await authClient.start(); // start the service
await authClient.stop(); // stop the service

Do you mean token renewal? AuthJS’ autorenew functionality is enabled by default and should occur 30seconds before the tokens in tokenManager are set to expire. Are you not seeing this renewal occur?