infacto
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...
### 🚀 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...
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 
### 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...
### Feature Description Ability to select multiple entries from autocomplete. https://material.angular.io/components/autocomplete/overview ### Use Case For example when using with chips.  Btw. it would be also nice if the chip...
### 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...
### 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...
### 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...
Should we add a method for the new Android 12+ permissions? | Method | Description | | --- | --- | | `isEnabled` | Reports if bluetooth is enabled. |...