angular-components
Here are 461 public repositories matching this topic...
-
Updated
Jun 2, 2022 - HTML
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
-
Updated
May 19, 2022 - TypeScript
-
Updated
Jun 21, 2022 - TypeScript
-
Updated
Jun 13, 2022 - Less
-
Updated
Jul 6, 2022 - TypeScript
-
Updated
Jan 4, 2022
-
Updated
Jun 27, 2022 - TypeScript
【文档】官方文档错别字
-
Updated
Jul 5, 2022
-
Updated
Jan 29, 2021
-
Updated
May 12, 2022 - TypeScript
-
Updated
Jun 23, 2022 - TypeScript
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á
-
Updated
May 12, 2022 - TypeScript
-
Updated
Jun 13, 2022 - TypeScript
-
Updated
Oct 1, 2020 - TypeScript
-
Updated
Jul 6, 2022 - TypeScript
-
Updated
Jun 2, 2022 - TypeScript
-
Updated
Jul 6, 2022 - TypeScript
-
Updated
Jun 7, 2022 - TypeScript
-
Updated
Aug 20, 2020 - TypeScript
-
Updated
May 9, 2022 - TypeScript
-
Updated
Apr 24, 2017 - HTML
-
Updated
May 16, 2022 - TypeScript
-
Updated
Jul 1, 2022 - TypeScript
-
Updated
Jun 24, 2022 - 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
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."
Feature Description
I can set the animation duration for the tabs themselves using
animationDuration
on themat-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
: