Domvel

Results 27 comments of Domvel

Example `disabled` attribute: https://github.com/angular/components/blob/9.0.0-rc.4/src/material/chips/chip-list.ts#L266-L272 Here's the Angular src: https://github.com/angular/components/blob/9.0.0-rc.4/src/cdk/coercion/boolean-property.ts But I also prefer a bit more simpler solution without get/set. Maybe an attribute in the decorator? 🤔 I wondering, how...

Thanks for the answer. I also don't like hammerjs. Ionic should have an own solution as a mobile framework. Your solution looks promising. But I'm not sure how to create...

I had the same problem. In this screenshot you see the `AdronidManifest.xml` of two builds. The permission `INTERNET` is sometimes overwritten by `BLUETOOTH_ADMIN`. In this case you see the bluetooth...

Do I understand it correctly. We have to change in Ionic that no package is required anymore or set a path to the root and single package.json in a monorepo....

Is there are workaround? 🤔 To fool Ionic building the root with the Cordova stuff and package.json but trigger the Angular multi-app build. Or build the angular project first and...

@dwieeb Thank you! :) I will look into that in the near future. Just for the overview, in my case I want a Ionic 4 app with Android Cordova and...

Now I created a new repo by following [this instructions](https://github.com/ionic-team/ionic-cli/wiki/Angular-Monorepo). (without set a default project.) And it looks great 👍 (note: not fully tested for the real life usage.) ```text...

New try to reproduce the styles error. New commands order and with default project: ```text ng new --create-application=false --new-project-root='.' my-monorepo cd .\my-monorepo\ ionic init --multi-app ng generate application --minimal --prefix=app...

Thanks @don for the idea. It works. In a bit other way (because ionic, angular, typescript, etc). But it works. Update: Ok, sometimes the ionic build progress (livereload) hangs on...

np. this is just a feature request / suggestion. For my case, I wrapped the method. Btw. I wrapped the whole library in my custom BLE service to simplify the...