Tiago Boeing

Results 4 comments of Tiago Boeing

> Hello everyone, > > I've found a simple workaround. Please try this. > > Thank you. > > ```ts > import { Context, HttpRequest } from '@azure/functions'; > import...

@bbedsaul the demo works only some components, specifically up until **dialog**. - Works fine: https://material-webcomponents.com/demos?type=Dialog - Not works: https://material-webcomponents.com/demos?type=Drawer

You can use only CSS for this: ``` .ngx-contextmenu { animation: fadein 100ms forwards cubic-bezier(0.24, 0.93, 0.78, 0.79); } @keyframes fadein { 0% { transform-origin: top left; opacity: 0; width:...