Letourneur Léo
Letourneur Léo
For anyone looking for a workaround waiting for automatic support, I have 2 `.d.ts` files in my project wdio-custom.d.ts (for Element/Browser class augmentation) ```typescript import { BrowserCustoms } from './browser-custom.model';...
Hi @lmeijdam, thanks for your great job ! I'm currently working on Angular 7. AS you said, all was fine with JIT compilation, but with AOT, I had to use...
I'm using libraries (Core and Shared) to provide some shared services and components. In my package.json I have: `"dng-core": "file:./dist-lib/dng-core",` `"dng-shared": "file:./dist-lib/dng-shared",` I'm sharing these libraries throught systemjs and in...
I don't think that it is providing new instance. I'm using SystemJS.set(..., SystemJS.newModule(...)) with my shared and core modules. I have 3 load-on-fly modules (csv, nv, ov). Unless I'm mistaken,...
Not quite simple, but I think the code is in index.js, custom-protocol-check.js is the built one
Working on Safari 17.3 (18617.2.4.11.11), no problem to detect missing protocol and installed protocol