Skip to content
#

angular-components

Here are 455 public repositories matching this topic...

components
dilinipeirs
dilinipeirs commented Apr 12, 2022

Documentation Feedback

According to the documentation, when disabling a select by setting a boolean value to [disabled] in the HTML template, it gives a warning as follows.

It looks like you're using the disabled attribute with a reactive form directive. If you set disabled to true
      when you set up this control in your component class, the disabled attribute will actually be set
docs help wanted P4 good first issue
ng-zorro-antd
jetxr
jetxr commented May 27, 2021

What problem does this feature solve?

Is it possible to turn off the animation, or change the animation on the form control explanation's animation that occurs here?: https://github.com/NG-ZORRO/ng-zorro-antd/blob/f80a5bbd5755477c63c5d73929bcdfd0d07f2dfd/components/form/form-control.component.ts#L60

The animation that causes the form control explanation doesn't fit in sometimes with the app

help wanted Good First Issue Component: Form
ModelBoxDENG
ModelBoxDENG commented Apr 19, 2022

在官网上, "通过设置isOpen控制下拉"的例子中,如果打开下拉菜单,再点击空白处,需要点两次按钮才能再次打开下拉菜单.

希望可以给一个点一次就能打开下拉菜单的例子

可以通过
onToggle(event) {
if (this.isOpen != event) {
this.isOpen = event;
}
}
来暂时解决这个问题

bug good first issue
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