Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The documentation here and here gives the impression that pre-built themes are a useful way to get started with Angular Material.
However the reality seems to be that the pre-built themes are utterly useless since they are distributed as css only and therefore provide no way to reference palette colours in any custom component you are attempting to theme, and the documentation on custom component theming uses variables like $theme which do not exist.
This issue has been raised many times over the years and I suspect many new users of Angular Material have wasted much time trying to work this out.
...and yet the documentation remains just as deficient as it has always been.
Please either provide a way to make the pre-built themes useful by providing the source so that the sass variables can be used to theme custom components, or update the documentation to highlight their severe limitations, or just remove them altogether.
The text was updated successfully, but these errors were encountered:
I'm a new user trying to understand the theming docs, but it's useless, not only it doesn't have any intellisense or autocomplete on VSCode, I didn't understand how to apply the prebuilt primary color to my custom footer using only the docs.
There are a lot of mat. scss functions that aren't documented, and since there isn't autocomplete on VSCode there is no way of learning the functions.
e.g:
Documentation Feedback
The documentation here and here gives the impression that pre-built themes are a useful way to get started with Angular Material.
However the reality seems to be that the pre-built themes are utterly useless since they are distributed as css only and therefore provide no way to reference palette colours in any custom component you are attempting to theme, and the documentation on custom component theming uses variables like
$themewhich do not exist.This issue has been raised many times over the years and I suspect many new users of Angular Material have wasted much time trying to work this out.
#5152
#8145
#11804
#13476
...and yet the documentation remains just as deficient as it has always been.
Please either provide a way to make the pre-built themes useful by providing the source so that the sass variables can be used to theme custom components, or update the documentation to highlight their severe limitations, or just remove them altogether.
The text was updated successfully, but these errors were encountered: