Apply custom css to mat-dialog

Angular Material disables style encapsulation for all components in the library. However, the default style encapsulation in your own components still prevents custom styles from leaking into Angular Material components.…

0 Comments
Read more about the article Angular: Create custom pipe in Angular
Photo by PS Photography on Pexels.com

Angular: Create custom pipe in Angular

Angular provides built-in pipes for typical data transformations, including transformations for internationalization (i18n), which use locale information to format data. The following are commonly used built-in pipes for data formatting:…

0 Comments