infacto

Results 29 issues of infacto

# Feature Request **Ionic version:** [x] **5.x** (5.4.3) **Describe the Feature Request** It's a great idea to provide these css utilities. Every great UI framework should have it. But some...

type: feature request
package: core

### 🚀 Feature Proposal Make mocking classes with Jest painless by getting inspired from [mockito](https://github.com/NagRock/ts-mockito). ### Motivation Currently you have `jest.mock` with expects a path instead a `class`, `jest.fn` for...

:rocket: Feature Request

Great plugin for partial strict mode refactoring. But I want to exclude files like `*.spec.ts` (unit test). **tsconfig.json** (my current config) ```json { "strict": false, "plugins": [ { "name": "typescript-strict-plugin",...

### Feature Description Allow basic color for FABs too. Not only for the default buttons. https://material.angular.io/components/button/overview ### Use Case ![image](https://user-images.githubusercontent.com/60390085/202727793-6650b4c1-3a7a-45c6-8da0-470b0c722570.png)

feature
needs triage

### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was...

needs triage

### Feature Description Ability to select multiple entries from autocomplete. https://material.angular.io/components/autocomplete/overview ### Use Case For example when using with chips. ![multi-chip-select](https://user-images.githubusercontent.com/60390085/202438855-1b2226ba-a050-489b-b4a1-bc3bc383bbb7.gif) Btw. it would be also nice if the chip...

feature
needs triage

### Which @angular/* package(s) are relevant/related to the feature request? core ### Description Not sure if this is a bug, improvement or feature request. But currently the "async" pipe is...

area: core
core: change detection
cross-cutting: observables

### Which @angular/* package(s) are the source of the bug? core ### Is this a regression? No ### Description An error occurs in HTML when using an interface (object) with...

area: common
P3

### 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...

package: core
type: bug

Should we add a method for the new Android 12+ permissions? | Method | Description | | --- | --- | | `isEnabled` | Reports if bluetooth is enabled. |...

enhancement
android
ios