-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Famous-angular + Angular-material(ngMaterial) issues #2721
Comments
Reference: Famous/famous-angular#367 |
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its [email protected] ------- This is a copy of the message, including all the headers. ------ ----==_mimepart_5722735bbb52c_ed53fca9551b2c0358c5 Closed #2721. You are receiving this because you are subscribed to this thread. Closed #2721. — ----==_mimepart_5722735bbb52c_ed53fca9551b2c0358c5-- |
I will post this issue on both repositories (https://github.com/Famous/famous-angular + https://github.com/angular/material)
I am using famo.us and ngMaterial on a MeteorJS Project (and Meteor to top it all off, but there's no conflicts there) and I have had several issues, depending on which library gets to load first.
Use case:
Result:
a) implementing ngMaterial tabs will crash the whole application
b) animations generally won't find necessary methods and will crash the application
Result: famo.us directives aren't working (all of them imply animation, and what I tried didn't work)
I think the common denominator is the event listeners for touch (in my case) and how they handle animations on event firing.
What would we need in this case? An external angular plugin/service which will merge the event listeners, or work on both libraries to create compatibility ?
I know that there's probably no one's business to support both libraries in a project (or that's how I see it), but what could be done on this subject.
I am willing to help.
The text was updated successfully, but these errors were encountered: