ng2-fan-menu icon indicating copy to clipboard operation
ng2-fan-menu copied to clipboard

Animation error

Open wickeym opened this issue 7 years ago • 2 comments

Hi, Thanks for a great fan menu button.

I ran into this issue:

Error: Unable to process animations due to the following failed trigger transitions
 @menuState has failed due to:
`query("@rotateWing")` returned zero elements. (Use `query("@rotateWing", { optional: true })` if you wish to allow this.)

line 46 menu-container.component.ts I believe it might be related to this: https://github.com/angular/angular/issues/18173

I'm using Angular 4.3.5, Angular Cli 1.3.0, and Typescript 2.4.0

Sincerely, Michael Wickey

wickeym avatar Aug 24 '17 14:08 wickeym

Run into the same error here... Still usable, but nice to correct this error. Thanks!

Regards, Robin

robinmaple avatar Nov 02 '17 17:11 robinmaple

fixed in https://github.com/dragosch/fan-menu

npm install fan-menu

dragosch avatar Oct 21 '19 18:10 dragosch