-
We are currently defining our implementation stack and we'd like to use NSwag to generate multiple client packages for our Angular application.
One thing with is being discussed right now is if we…
-
无界在IE上跑起来改动量还是挺大的,改了一版能在 IE11 上跑起来的版本
https://github.com/squallliu/wujie/tree/ie
欢迎 review 和测试,如果可以的话再发pr
-
I'm having a weird issue where I'm dynamically changing the data passed to the nvd3 component as "data".
I'm initializing the data as follow:
`data = [{ values: [{x: 0, y: 0}], key: 'DATA'}];`
An…
-
**Describe the bug**
I'm unable to drag/pan my map in Chrome by mouse anymore (for Firefox and Edge it works flawless). Zooming however works and even panning by code is no problem. After updating c…
-
Are there any plans to keep up with the development of Angular?
`Package "ngx-sortablejs" has an incompatible peer dependency to "@angular/common" (requires "^11.0.0" (extended), would install "13.…
-
hi,大家好!尽管官方已经提供了 `qiankun` 的 [demo](https://github.com/umijs/qiankun/tree/master/examples) 和[教程](https://qiankun.umijs.org/zh/guide/tutorial),但是覆盖面有限。比如说,qiankun 嵌套的使用、angular 作为主应用等,都没有可以参考的 demo。有不少…
-
Hello,
I've implemented this scroll in my grid table and now I want to implement infinite scroll with this as well using the same container, it seems not possible so far as onscroll event not getting…
-
### Versions
- vite-plugin-federation: 1.2.1
- vite: 4.1.0
### Reproduction
`vite.config.ts`
```import {defineConfig} from "vite";
import react from "@vitejs/plugin-react";
import f…
-
#### What is the expected behavior?
That tooltips are not buggy.
#### What is the current behavior?
Tooltips are buggy.
#### What are the steps to reproduce?
_app.module.ts_
`import { MatToo…
-
I included the PrebotModule in an Angular 12 project and I found that the following line breaks, because the call to `getComputedStyle` is Illegal.
https://github.com/angular/preboot/blob/022ce6160…