SoCreate / angular-playground

A drop in app module for working on Angular components in isolation (Angular version 2.x and above).
http://www.angularplayground.it
MIT License
457 stars 62 forks source link

Replaced deprecated addGlobalEventListener #334

Closed gilleswijnker closed 1 year ago

gilleswijnker commented 1 year ago

The addGlobalEventListener function on EventManager is deprecated. In Angular 16 this function has been removed. Replacing this function with the Renderer2 and its listen function ensures Angular-Playground still works with Angular 16 applications.