-
### Describe the bug
The evaluation on if the something can be dropped is only evaluated after view init. This makes it impossible to block dropping for distinct elements and enable it for others to …
-
File: **app.module.ts**
```
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { ToastrModule } from 'ngx-toastr';
```
-> Error: node_modules/ngx-toastr/toa…
-
### Version
5.5.0
### Link to Minimal Reproduction
https://echarts.apache.org/examples/en/editor.html?code=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMmurGAJ4gCmRA5AMYCGYVA5sAE7m0A0J6AE2aMiAbVoBZGL1i0AKgFcqM2g…
-
On init multiselect input I got that.
It's `setSelectizeOptions(newOptions)` where newOptions is undefined.
```
TypeError: Cannot read property 'value' of undefined
at a.extend.registerOption (ht…
-
### Which @angular/* package(s) are relevant/related to the feature request?
router
### Description
If a project upgrades to Angular 17.3.0, RouterTestingModule's deprecation (#54466) will ca…
-
## Description
The `igx-grid` has a memory leaking problem. It happens when users move columns.
* igniteui-angular version: 17.1.4
* browser: Microsoft Edge Version 122.0.2365.92 (Official bu…
-
### Describe the bug
p-dropdown doesn't bind to the property specified in ngModel when style="width:100%" is specified.
[ngStyle] is working as intended.
### Environment
- windows
- angul…
ksmit updated
8 months ago
-
```
✘ [ERROR] Angular compilation initialization failed. [plugin angular-compiler]
Error: Cannot resolve type entity i2.LeafletModule to symbol
at reflectTypeEntityToDeclaration (file:///…
-
### Describe the bug
The table pagination documentation here: https://primeng.org/table#paginator instructions has a broken link for server side pagination that returns a 404 error:
"Pagination is e…
naris updated
3 months ago
-
Trying to use this API on an Angular 12 app, following the instructions.
Importing the module as follows:
```
const gocardless = require('gocardless-nodejs');
const constants = require("gocardle…