Johan Compagner
                                            Johan Compagner
                                        
                                    when i did go from Node 16.2 to 1.6.6 it did do the update to that version (this is with npm just included, not an extra npm install) but then...
this: https://github.com/kolkov/angular-editor/blob/master/projects/angular-editor/src/lib/angular-editor.component.ts#L170 test for relatedTarget, but that is only set when the thing you click on als has a tabindex, which doesn't have to be if you just click on...
i get: error in the main process resources\app.asar\node_modules\node-notifier\package.json: Unexpected end of JSON Input and reading up this: https://github.com/electron/electron/issues/18397 it seems that native packages must be Context Aware modules or NAPI...
If we use it in our module and we use forRoot: https://github.com/Servoy/webnotifications/blob/73b9665b170e025dee603f46ec5214d511b1463e/webnotifications/projects/webnotifications/src/webnotifications.module.ts#L15 then it still doesn't work to if we inject the ToastrService into one of our own (ServoyToastrService which...
according to this: http://numbrojs.com/languages.html its just an include and then numbro.setLanguage("xx) but that doesnt work.. console.log(numbro); very simple test like that then numbro.setLanguage() on the place of the console .log...
I am not sure if this plugin of karma is to blame or that this is a problem in karma itself. It is very annoying that our builds now and...
With the new release 2.5.0 we suddenly have: An error occurred during the build: Error: The target entry-point "ngx-lightbox" has missing dependencies: - ngx-filesaver because of the pull: https://github.com/themyth92/ngx-lightbox/pull/103/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R28 I...
enable project specific settings on the node.js tab is not really usable because it does store values that are really os specific for example i see: nodeJSEmbedded=node-v4.2.4-win32-x86_64 nodeJSPath=C\:\\Program Files\\nodejs\\node.exe both...
in the previous accordion implementation we could do: (panelChange)="onTabChange($event)" and because we also had: [activeIds]="getSelectedTabId()" that means in the onTabChange we did event.preventDefault() and then later on when we checked...
### Prerequisites - [X] I have [searched](https://github.com/Eonasdan/tempus-dominus/issues?q=is%3Aissue) for duplicate or closed issues. - [X] I have validated my setup against the latest version on [StackBlitz](https://stackblitz.com/edit/tempus-dominus-v6-simple-setup). - [X] I have read...