spdi
spdi
if somebody wants workaround: https://stackoverflow.com/a/65484672/6804292
follow up to @clinicaloffice I use iframeResizerContentWindow just by adding line in angular.json file "architect": { "build": { ... "scripts": [ "node_modules/iframe-resizer/js/iframeResizer.contentWindow.js" ] ...
It's not the problem of ngx-translate. Read: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS In short, remote server which holds translations should add header in response: Access-Control-Allow-Origin: *
There is **radioGroup** property for mat-radio-button in Angular 6 and Material 6.4.7 so my workaround is: ```html Val1 Val2 Val3 Submit ``` I haven't tested it for nested radio groups.
You are misunderstanding how to use heap. You instantiate GLB_MQTTClient, GLB_MQTT_Publish, GLB_MQTT_Subcribe twice on a heap, and so you have small memory leak, you lost pointers to classes instatiated in...