Bastien Collet
Bastien Collet
This lib is dead
@valorkin Do you have any idea when is ng2-select is gonna be available in ngx-bootstrap
I'm not sure what you are suggesting here. I'm using `import` and in the `vue-plugin/package.json` I can see: ``` "exports": { ".": { "require": "./dist/highlightjs-vue.min.js", "import": "./dist/highlightjs-vue.esm.min.js", "types": "./dist/vue.d.ts" }...
Hope the animations are coming soon, it's definitely a must.
Here is a project where the problem occurs: https://stackblitz.com/edit/hefgnomh If I run `ng serve` (or `ng build`) there is no issue, and the application has the desired behavior. however if...
I see, however I was under the assumption that the module created by my `TestBed.configureTestingModule` would be self sufficient. What would you say is the best way to fix things...
Yeah, migrating to standalone is the plan. Unless, I missed something obvious, I went again through the whole testing documentation, and I really feel a caveat should be added to...