[//]: #@corifeus-header
[](https://paypal.me/patrikx3) [](https://www.patrikx3.com/en/front/contact) [](https://www.facebook.com/corifeus.software) [](https://travis-ci.com/patrikx3/corifeus-web-material)
[](https://uptimerobot.patrikx3.com/)
[](https://www.npmjs.com/package/corifeus-web-material/)
---
# 🌴 Corifeus Web Material v2019.10.456
**Bugs are evident™ - MATRIX️**
### Node Version Requirement
```
>=10.16.0
```
### Built on Node
```
v12.8.0
```
The ```async``` and ```await``` keywords are required.
Install NodeJs:
https://nodejs.org/en/download/package-manager/
# Built on Angular
```text
8.2.2
```
# Description
[//]: #@corifeus-header:end
Corifeus Web Material.
https://material.corifeus.com
# Error
There is in ```uglifyjs``` or ```cssminify``` is making it not working with this repo, right now it is using the ```---cory-verbose``` build (which removes the compression - uglifys and cssminfier).
# Hack
For now in beta, uses ```@angular/cdk```, required.
* Component
* Loading
* Http 404
* Theme menu button
* Translation menu button
* Themes
* Corifeus light
* Corifeus dark
* Pink blue-gray
* Purple green
* Deep-purple Amber
* Indigo pink
* Services
* Notify
* Themes
# Dev info
## Contrast color
https://github.com/angular/material2/issues/4229#issuecomment-296611188
```scss
.test {
color: mat-color($button-primary, 900-contrast)
}
```
## ElementRef Material
The default ```@ViewChild``` is not `ElementRef` with Material.
Need to use like:
```typescript
@ViewChild('elementButton', {read: ElementRef}) elementButton : ElementRef;
```
https://github.com/angular/material2/blob/master/src/lib/core/theming/_theming.scss
## Queue task
* Override ```console.error``` as a Notify error
## Colors
monochromatic, analogous, complementary, tradic
[//]: #@corifeus-footer
---
🙏 This is an open-source project. Star this repository, if you like it, or even donate to maintain the servers and the development. Thank you so much!
Possible, this server, rarely, is down, please, hang on for 15-30 minutes and the server will be back up.
All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://corifeus.com)) could have minor errors, since I am developing in my free time. However, it is usually stable.
**Note about versioning:** Versions are cut in Major.Minor.Patch schema. Major is always the current year. Minor is either 4 (January - June) or 10 (July - December). Patch is incremental by every build. If there is a breaking change, it should be noted in the readme.
---
[**CORIFEUS-WEB-MATERIAL**](https://pages.corifeus.com/corifeus-web-material) Build v2019.10.456
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [](https://www.patrikx3.com/en/front/contact) [](https://www.facebook.com/corifeus.software)
## P3X Sponsors
[IntelliJ - The most intelligent Java IDE](https://www.jetbrains.com/?from=patrikx3)
[](https://www.jetbrains.com/?from=patrikx3) [](https://www.nosqlbooster.com/)
[The Smartest IDE for MongoDB](https://www.nosqlbooster.com)
[//]: #@corifeus-footer:end