Skip to content
#

angular-components

Here are 461 public repositories matching this topic...

components
midgleyc
midgleyc commented Jun 13, 2022

Feature Description

I can set the animation duration for the tabs themselves using animationDuration on the mat-tab-group. If I set this to 0, the tabs switch instantly, but the ink bar moves across taking 500ms, which makes the tab switching look slower than it actually is.

I can implement this myself using ng-deep:

::ng-deep .mat-ink-bar {                                
P4 good first issue area: material/tabs
ng-zorro-antd
manasa9595
manasa9595 commented May 27, 2022

What problem does this feature solve?

Sonar issue as per https://sonarqube.sgp.dbs.com:8443/coding_rules?open=Web%3ABoldAndItalicTagsCheck&rule_key=Web%3ABoldAndItalicTagsCheck

What does the proposed API look like?

Please replace the article to use tag instead of for the icons which reduces developer effort to fix sonarqube issues post code scan.<!-- generated by ng-zorro-issue

📜 Doc help wanted Good First Issue Component: Tag
TecoAvila
TecoAvila commented Dec 22, 2021

Temos em nosso modelo um atributo do tipo "label", onde o valor é uma campo numérico (exemplo: 1, 2, 3), mas ao usuário, apresentamos uma string (exemplo: Ativo, Inativo, Bloqueado).
Conseguimos trabalhar muito bem com este atributo nos componentes po-page-dynamic-table (table e busca avançada) e no po-page-dynamic-edit. Onde, enviamos a partir do Backend o valor numérico, mas ao usuá

enhancement good first issue
ng-drag-drop
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