swiety85 / angular2gridster

Angular implementation of well known Gridster (no jQuery, no external libraries, only Angular and Rx.js).
https://swiety85.github.io/angular2gridster/
MIT License
203 stars 75 forks source link

Unpinned the Angular version at 13.1.1 #413

Open schiem opened 2 years ago

schiem commented 2 years ago

The version for Angular is currently locked to 13.1.1. This patch allows higher versions of Angular to work without needing to use the --force flag while installing.

Fixes #411