README
NPM">
🌴 Corifeus Web Material v2020.4.250
Bugs are evident™ - MATRIX️
NodeJs LTS Version Requirement
>=12.13.0
Built on NodeJs
v12.18.1
The async
and await
keywords are required. Only the latest LTS variant is supported.
Install NodeJs: https://nodejs.org/en/download/package-manager/
Built on Angular
10.0.1
Description
Corifeus Web Material.
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
.test {
color: mat-color($button-primary, 900-contrast)
}
ElementRef Material
The default @ViewChild
is not ElementRef
with Material.
Need to use like:
@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
🙏 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 and 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 Build v2020.4.250