I\'m trying to create the dialog but problem is I want to disable the animation in the dialog so how to disable it.
you can disable by importing
NoopAnimationsModule
import {NoopAnimationsModule} from '@angular/platform-browser/animations'; @NgModule({ ... imports: [NoopAnimationsModule], ... })
more info https://material.angular.io/guide/getting-started