nmce
v2.1.2
Published
Common Angular Material extended components and services used in business applications.
Readme
NMCE package
Please check Angular Material Components Extensions for details.
Dialog styles for containing large content
After installation, if you want to use some of the dialogs that are designed to contain large contents and you would fully utilize the space of the MatDialog, you should do either of the following:
In angular.json:
"styles": [
"node_modules/nmce/styles/nmce-dialog.css"
]Remarks:
Library CSS is always component‑scoped unless explicitly made global. However, mat-dialog-content lives outside library's dialog component’s host element, inside Angular Material’s overlay container. Therefore, the styles related has to be global.
