Skip to content
#

angular-components

Here are 435 public repositories matching this topic...

components
jelbourn
jelbourn commented May 5, 2021

Right now the only difference between text shown in <mat-hint> and in <mat-error> is the color. This is an accessibility issue because it may not be clear that a message being shown is marked as an error message.

I think that adding a marker directly to <mat-error> would be too opinionated for Angular Material, but we should document a best practice saying that applications should add so

ng-zorro-antd
zd5043039119
zd5043039119 commented May 10, 2021

What problem does this feature solve?

可以让时间轴左右同时显示文字, ant design 4.15.4已支持类似特性

 <Radio.Group
        onChange={onChange}
        value={mode}
        style={{
          marginBottom: 20,
        }}
      >
        <Radio value="left">Left</Radio>
        <Radio value="right">Right</Radio>
        <Radio value="alternate">Alternate</Radio>
      </Radio.Group>
      <
jhonyeduardo
jhonyeduardo commented Apr 8, 2020

Agradecemos seu apoio e confiança ao usar o PO UI em seus projetos.

Você pode deixar aqui o seu projeto desenvolvido com PO UI para que mais pessoas conheçam o PO UI e o seu projeto. 😆

Faça seu comentário no seguinte formato:

- Versão:
- Projeto:
- Companhia: (se tiver)
- Link: (se tiver)
- ScreenShots: (se tiver)

Obs: para uma melhor exibição e organização dos projeto

robmeredith
robmeredith commented Aug 27, 2017

Version: 2.6.0
Angular 4.3.5
AngularCli: 1.4.0-rc.1

When running on universal I get the following error

ERROR TypeError: this.el.nativeElement.querySelector is not a function
    at Draggable.getDragHandleElement (C:\dev\git_clones\app\node_modules\ng2-drag-drop\src\directives\draggable.directive.js:136:49)
    at Draggable.applyDragHandleClass (C:\dev\git_clones\app\node_modules\ng

Improve this page

Add a description, image, and links to the angular-components topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the angular-components topic, visit your repo's landing page and select "manage topics."

Learn more