Hamed Fathi

Results 21 comments of Hamed Fathi

@tonivj5 Actually, I am not an Angular developer, I just share it based on one of my questions in Stackoverflow a long time ago. I think you can extend it...

I have this problem too.

Hello @dolce I am not sure what should I do ?! I checked toastr.d.ts and added the code below in your current izitoast.d.ts ``` declare module "iziToast" { export =...

@dolce I pulled request for this problem based on [Toastr ](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/toastr/index.d.ts). If you confirm it I will create `@types/izitoast` for working better with Typescript compiler. You can see all information...

@incetarik Can you move my pull request to @types ? it have `export module` and works perfectly.

@bigopon Weird, I asked it before https://github.com/aurelia/aurelia/issues/796 Fred told me it is possible with current `@bindingCommand` extensibility point.

Can we have `?.` too? (for array and ...) related to this [issue](https://github.com/aurelia/aurelia/issues/549) ![image](https://user-images.githubusercontent.com/8418700/123540455-5857e980-d73f-11eb-97fd-26990acaa19c.jpg)

@bigopon Sounds like an interesting case. In your example, will we depend on different libraries/bundlers? For example, Webpack, Parcel, or ... as I recall `css-to-js-loader` is a Webpack 3rd party...

OK, I think there are two different topics. **First**, Should we have `DOM.injectStyles` to support global styles injection when we have `portal` feature in Aurelia 2? I have no idea...

Any chance to have this feature soon?