ngx-core-business
Version:
A comprehensive solution designed to streamline the development of enterprise-level Angular applications.
17 lines (15 loc) • 411 B
Markdown
# Libraries component customizations
## Class name composition for component customization
```scss
/**
* A component class name is composed of the followin parts:
* Prefix: ngbiz
* Customization prefix: custom
* Cusomized library: material
* Cusomized component: mat-table
* Customization name: lite
*/
.ngbiz-custom-material__mat-table--lite {
// ...
}
```