Skip to content

harsh863/ngx-resize-detector-demo

Repository files navigation

ngxResizeDetector

Purpose:-

This project is working demo of the package ngx-resize-detector.

Live:-

Here is the live demo of the project: https://ngx-resize-detector-demo.vercel.app/

How to setup locally:-

1.  Clone the repository in your system using:

git clone https://github.com/harsh863/ngx-resize-detector-demo.git

2.  Navigate to root directory of the project and run npm install in your terminal to install all required packages.

3.  To run the project run ng serve or npm run start in your terminal.