'Create backdrop of Material Design for Angular [closed]
I'm starting a new project with Angular 13 and Angular Material. I want to use a Backdrop element like it is defined in Material Design (Material Design Backdrop) but I can not find a component in the Angular Material library. Is it possible to create my own Backdrop by using other Material components like MatDialog or Cdk Overlay?
Solution 1:[1]
Welcome :)
As Aldin Bradaric already says, Cdk Overlay gets your there.
There is a npm package available that already implements Material Design Backdrop using Cdk Overlay:
ngx-mat-backdrop on Github
ngx-mat-backdrop on npm
It is full compatible with Angular 13 and Angular Material.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 |