Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 736 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 736 Bytes

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.