Leonardo Paiva
Leonardo Paiva
Hello, thanks for the fast answer... i runned the script, but it didnt generated `emoji-table.json`, my steps: ``` git clone https://github.com/ikatyang/emoji-cheat-sheet.git npm i npm run generate ``` Where it should...
I am realy thanks @ikatyang with your help i was able to generate the emoji-table.json, but I would like to know your opinion on what is the best json: The...
@ikatyang yeah gemoji is probably the best option for me, thanks for all your help.
thanks @milesj i was having problem with translation, i will have a look at your library, it looks perfect for me.
hey, this is the official doc from stepper? https://material.angular.io/components/stepper/overview i was looking for something like @ouput (selectionChange) there but couldnt find, theres another documentation for mat stepper?
thanks @philip-firstorder
@nekkon basically you need to use the animation done event that you can attach to the trigger, this event will give you a parameter with the event, it contains the...
awesome @jamesharvey2 @nekkon sry for the delay, but i finally created the loop demo "workaround" you can see it here https://angular-animations-demo.firebaseapp.com/loop-demo just click "Go Loop State" the source is here...
yeah @jamesharvey2 this is just a work around, the ideal would be something like: will make it repeat until the state changes: ``` transition('* => loop-state', [ style({ transform: 'translate3d(0,0,0)'...
So, i created an stencil web component, using only materializecss carousel: https://github.com/leonardopaiva/wc-materializecss-carousel/tree/master/package i will be updating it next week, but you guys can take a look. Basically i extracted the...