Nachman Aryeh Berkowitz
Nachman Aryeh Berkowitz
I am having a similar issue. My component store is initialized in the constructor, yet I get a not-initialized error. I only get this error if I start the app...
There are a couple of hacks. In styles.scss before the imports add `@use '@material/textfield';` After the imports, before the includes add `textfield.$minimum-height-for-filled-label: 10px;`. That will override the minimum height for...
@MeAkib Does that mean that using Material will keep an app from going Zoneless? For example, I have templates that react to `MatTab` `isActive` or `MatCheckBox` `checked`. How would should...