NOTE: The Angular Components team at Google is working to deliver officially supported API-compatible versions of the Angular Material components backed by MDC Web. Follow the effort here
Demos, documentation and guides
Third-party integration incorporating Google Material Components for building beautiful, usable products using Material Design.
Using Google Material Components foundations and adapters.
Component | Status | Demo |
---|---|---|
button | Available | View |
card | Available | View |
checkbox | Available | View |
chips | Available | View |
data-table | Available | View |
dialog | Available | View |
drawer | Available | View |
elevation | Available | View |
fab | Available | View |
form-field | Available | View |
icon | Available | View |
icon-button | Available | View |
image-list | Available | View |
linear-progress | Available | View |
list | Available | View |
menu-surface | Available | View |
menu | Available | View |
radio | Available | View |
ripple | Available | View |
select | Available | View |
shape | Available | View |
slider | Available | View |
snackbar | Available | View |
switch | Available | View |
tabs | Available | View |
text-field | Available | View |
theme | Available | View |
top-app-bar | Available | View |
typography | Available | View |
We officially support the last two versions of every major browser.
To the Angular Components team at Google for their instrumental community support of @angular/cdk
and to providing high-quality clean code!
我们在前端使用AngularJS,在后端使用spring. Spring安全性应该进行身份验证和登录,但它甚至不能在spring的教程(https://spring.io/guides/tutorials/spring-security-and-angular-js/)的帮助下工作.每当我们尝试登录“user”-service时,主体对象为null.在前端,我们收到了这样的答案:data = Ob
有人知道如何使用log4j的配置XML为MDC中缺少的条目指定默认值吗?我在XML文件中定义了一个appender,如下所示: 有问题的部分是来自MDC的订单ID(%x{orderID})。我四处搜索,只找到了相同线程的重复部分,内容类似于$${orderid:-defaultValue},但这在此上下文中不起作用。当在没有订单ID的上下文中接收到日志消息时,我需要能够将该值默认为0或-1或其他一
我有一个JAX-RS应用程序,它使用MDC,当endpoint命中时设置一个transactionId,以便调试更容易。但是,当我停止或重新启动Tomcat时,日志将填充如下条目: 27-SEP-2014 09:42:14.858严重的[localhost-startStop-2]org.apache.catalina.loader.webappclassloader.checkThreadLoc
我使用logback MDC来记录我的应用程序不同模块的日志,例如, logback.xml中的mdc配置 我想在不同的日志文件中记录贸易或货物sql日志,所以我想知道JOOQ是否支持这个?
问题内容: 跟进如何在线程池中使用MDC?如何将MDC与?具体来说,我如何在执行任务之前包装一个MDC值? 问题答案: 以下内容似乎对我有用: 和 针对您的任务而不是普通的ForkJoinPool 运行任务。 代替扩展。
我有一个用spring 5和reactor编写的应用程序。我在订阅服务器上下文中输入了一些信息,比如用户id。现在我想记录这个用户id。我正在尝试使用MDC,但如果请求更改线程,我就会丢失信息。我该如何解决这个问题?有没有办法设置MDC,以便应用程序(包括外部库)周围的所有日志都使用订阅服务器上下文保存我输入的数据?我已经尝试了这里描述的方法,但效果很好,但它不能解决我在外部库日志方面的问题。 h
我想知道如何在Spring批处理中使用MCD记录诸如和之类的内容。 下面是一些代码: Bootstrap.properties 这个文件有我的主要方法。当我用手动设置这里的字段时,我在日志中看到了它,但我不明白如何将我需要的实际信息放在这里。 如果有任何见解,我将不胜感激:)谢谢。