Akash Patel
Akash Patel
@g00fy- Npm release https://www.npmjs.com/package/angular-datepicker still has 1.0.5 version, please release latest(`2.1.3`) version to npm. Currently I have to copy latest `dist` folder from Github.
Sometimes if previously connected wallet is connected again (after killing coinbase mobile app & opening again or fresh connect) by scanning QR. accounts response is not received only `"type":"Linked"` event...
Currently name regex only allows limited characters, it would be good if it can add support for `-` & `/` characters. ```gql data { "application/json": "test", "en-GB": "test", "C-AR/A": "test...
current import (`import WalletConnectProvider from "@walletconnect/web3-provider"`) depends on Node/Commonjs modules like crypto which is not available in browser & angular cli don't support it, so please add prebuilt CDN version,...
**Is your feature request related to a problem? Please describe.** Not sure if this is the right place but it seems GA4 DATA API does not have any metrics for...
### Prerequisites - [X] I am using the [correct version](https://github.com/react-bootstrap/react-bootstrap#bootstrap-compatibility) of React-Bootstrap for my version of Bootstrap - [X] I have [searched](https://github.com/react-bootstrap/react-bootstrap/issues?q=is%3Aissue) for duplicate or closed issues - [X] I...
Please add support for es6 import. e.g. for ui-router `import uiRouter from 'angular-ui-router'`
## Overview wasm-unsafe-eval option seems to be broken with 0.43.0 release , it was working correctly with previous release. After updating to latest release getting this error in Chrome 135.0.7049.96:...
### Which @angular/* package(s) are the source of the bug? compiler ### Is this a regression? No ### Description Hello, new [style guide](https://next.angular.dev/style-guide#prefer-class-and-style-over-ngclass-and-ngstyle) recommends class binding over `ngClass` but it...
[NgIf](https://angular.dev/api/common/NgIf#), [NgFor](https://angular.dev/api/common/NgFor), and `NgSwitch` are now deprecated, consider migrating to control flow syntax using ```bash ng update @angular/core --name=control-flow-migration ``` hope this lands in PrimeNG v20.