William Neely

Results 14 comments of William Neely

I wrote something very similar to this last week. $swipe only triggers horizontal events so can I ask how you're handling this? Did you need to add another library? I...

In Angular, you can use file replacements to replace these files with an empty file. It's a hack but it will help.

@gund I provided a reproduction here https://github.com/gund/ng-dynamic-component/issues/408 We are also using @nrwl but I doubt that's the cause because I think ng build bypasses nrwl build commands.

@L-X-T do you have ivy disabled? We do and it seems like with Ivy enabled there isn't an issue.

I think #32 fixes the issue you're having.

> With reference to #871 I also find it unusual for a minor version upgrade to require a major upgrade of a subsystem - in this case Typescript. It means...

I was kind of surprised to see that routerLink wasn't setting "role=link" in its code when the element wasn't an . @alan-mroczek Do you think that issue should be related...

> I disagree that should be the default behaviour. There are cases where an element with routerLink isn't a link but a button. Especially in nested routing scenarios. @nuts-n-bits I...