infacto
infacto
Coming from https://www.npmjs.com/package/@ionic-native/extended-device-information forwarded from https://github.com/ionic-team/ionic-native to here... When using `@ionic-native/extended-device-information/ngx` all values are null. But it works when accessing the Cordova plugin directly. **does not work** ```ts // extDeviceInfo:...
**Prettier 2.3.2** Sometimes we need different setup / config for files or just code blocks. Therefore it would be nice if we could add prettier-comments to override options like "print-width"....
**Description** I really like this animation library and will love it if there is a build in feature to start the animation if the element becomes in view. I don't...
It should not report "Unknown word"s when the variable comes from an external source. For example: I installed a npm package (node_modules) and import it into Angular. In this case...
At this moment (`v1.3.1`, Android) it's not recognizable if bluetooth is disabled when using `scan` or `connect`. It should throw an error. No need to use the method `isEnabled`. The...
Ignore parallel overlapping lines (no intersection). Allow polygons side by side. I tried [booleanIntersects](https://turfjs.org/docs/#booleanIntersects) and [booleanOverlap](https://turfjs.org/docs/#booleanOverlap) but both function returns `true` if a polygon shares the same line. Side by...
# Feature Request ## Motivation Behind Feature For a monorepo with single dependencies, a single config.xml I have to change the xml before build. It would be better if there...
We could add the overrides feature to the docs. Like: ```json { "cSpell.overrides": [{ "filename": "src/assets/i18n/de.json", "language": "en,de", "words": ["Liste"] }], } ```
Imported variables should be ignored. e.g. ```ts import { MatDatepickerInputEvent } from '@angular/material/datepicker'; someMethod(event: MatDatepickerInputEvent); ``` `MatDatepickerInputEvent` comes form an external library. In this case Angular from node_modules and the...
### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue). - [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already...