url-health-checker
v1.0.1
Published
A simple library that renders a component to display the status of your URL or service. It dynamically checks the URL's response and updates the status in real-time with visual indicators. Ideal for monitoring service health and availability.
Downloads
136
Readme
UrlStatus
This library was generated with Angular CLI version 15.2.0.
Code scaffolding
Run ng generate component component-name --project url-status
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project url-status
.
Note: Don't forget to add
--project url-status
or else it will be added to the default project in yourangular.json
file.
Build
Run ng build url-status
to build the project. The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with ng build url-status
, go to the dist folder cd dist/url-status
and run npm publish
.
Running unit tests
Run ng test url-status
to execute the unit tests via Karma.
Further help
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.