DAC-Of-Purdue / iot-dashboard

A dashboard repo of IoT in digital agriculture
http://66.253.158.154:8005/
0 stars 0 forks source link

Upgrade Angular from 15 to 16 #5

Closed tame0001 closed 1 year ago

tame0001 commented 1 year ago

Angular 16 has been released. The upgrade tutorial is here

tame0001 commented 1 year ago

This likely means that the library (ngx-mqtt) which declares MqttModule is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy

ngx-mqtt version 9.0.5 is not compatible with Angular 16

tame0001 commented 1 year ago

Keep this issue open until migration from ngx-mqtt to mqtt.js #6 is completed or ngx-mqtt new version for Angular 16 is released. .