This repository was archived by the owner on Sep 9, 2024. It is now read-only.
This repository was archived by the owner on Sep 9, 2024. It is now read-only.
Add @angular-stdlib/health #18
Open
Description
Relevant Package
This feature request is for the new @angular-stdlib/health
.
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
Provide an endpoint (/health
) to check health status of angular app :
- Get inspired by PACK Solutions private repo :
@ps-angular-common/heartbeat
to create the new project :@angular-stdlib/health
. - Health endpoint must be
/health
and must send back the HTTP 200 OK success status. - Update global README.