angular-components
Here are 435 public repositories matching this topic...
-
Updated
May 18, 2021 - HTML
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>
<-
Updated
May 8, 2021 - TypeScript
-
Updated
May 9, 2021 - Less
-
Updated
May 13, 2021 - TypeScript
-
Updated
Nov 12, 2019
-
Updated
May 20, 2021 - TypeScript
-
Updated
Apr 23, 2021
-
Updated
Jan 29, 2021
-
Updated
May 9, 2021 - TypeScript
-
Updated
May 12, 2021 - TypeScript
-
Updated
May 13, 2021 - TypeScript
-
Updated
Mar 18, 2021 - TypeScript
-
Updated
Oct 1, 2020 - TypeScript
-
Updated
May 9, 2021 - TypeScript
-
Updated
Apr 30, 2021 - TypeScript
-
Updated
Nov 14, 2019 - TypeScript
MADE WITH PO UI ❤️
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
-
Updated
May 20, 2021 - TypeScript
-
Updated
Aug 20, 2020 - TypeScript
-
Updated
May 8, 2021 - TypeScript
-
Updated
May 11, 2021 - TypeScript
-
Updated
Apr 24, 2017 - HTML
-
Updated
May 20, 2021 - TypeScript
-
Updated
May 11, 2021 - TypeScript
-
Updated
May 14, 2021 - HTML
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
-
Updated
Mar 11, 2020 - TypeScript
Improve this page
Add a description, image, and links to the angular-components topic page so that developers can more easily learn about it.
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."
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