Elvynia

Results 7 comments of Elvynia

I am using Angular 13 and I can confirm version 2.0.0 works and version 2.1.0 fails (with same error as mentioned in this issue). Also using Node 14.18.3 and NPM...

Yes, I think it can be corrected by changing the registering order of your bindings. Look at this issue #371

> > I found that the dropzone already have this feature in iOS (tested both Chrome and Safari ) > > Is it work for browsers in Androids? > >...

@Lusito I'm into typescript game development and I would really appreciate that ! Especially for box2dlights which I used with libgdx too x) I'd be happy to contribute too but...

@setbro-prg Your solution doesn't work for me, cdk-overlay-backdrop-showing does not exists (Angular 13.2.5). I found a solution using Router events to empty the overlay container on each NavigationStart event: ```...

Hope the PR with legacy material implementation could be accepted soon. Really looking forward on angular 15 support ! Thanks for the great work on this project.

@dnordahl1 Read angular migration guides to know what changes with new versions: [Update Angular to v15 on Material components](https://angular.io/guide/update-to-version-15#mdc-based-components-are-stable) > Many of the components in Angular Material v15 have been...