angular-components
Here are 453 public repositories matching this topic...
-
Updated
Apr 25, 2022 - HTML
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
-
Updated
Mar 28, 2022 - TypeScript
-
Updated
Apr 27, 2022 - TypeScript
-
Updated
Apr 22, 2022 - Less
-
Updated
Apr 20, 2022 - TypeScript
-
Updated
Jan 4, 2022
-
Updated
Apr 21, 2022 - TypeScript
在官网上, "通过设置isOpen控制下拉"的例子中,如果打开下拉菜单,再点击空白处,需要点两次按钮才能再次打开下拉菜单.
希望可以给一个点一次就能打开下拉菜单的例子
可以通过
onToggle(event) {
if (this.isOpen != event) {
this.isOpen = event;
}
}
来暂时解决这个问题
-
Updated
Apr 19, 2022
-
Updated
Jan 29, 2021
-
Updated
Apr 28, 2022 - TypeScript
-
Updated
Jan 20, 2022 - TypeScript
-
Updated
Mar 18, 2021 - TypeScript
Os componentes po-page-dynamic-detail e po-page-dynamic-edit possuem propriedades para tratamento do Grid System (exemplo: gridSmColumns, gridMdColumns), e uma propriedade para deixar espaços após o atributo (gridLgPull).
Mas, eles não tratam o offset do Grid System, isto é, permitir incluir espaços antes do campo.
Utilizamos esta opção para centralizar os atributos quando a
-
Updated
Apr 29, 2022 - TypeScript
-
Updated
Oct 1, 2020 - TypeScript
-
Updated
Apr 1, 2022 - TypeScript
-
Updated
Nov 14, 2019 - TypeScript
-
Updated
Apr 29, 2022 - TypeScript
-
Updated
Apr 9, 2022 - TypeScript
-
Updated
Aug 20, 2020 - TypeScript
-
Updated
May 25, 2021 - TypeScript
-
Updated
Apr 24, 2017 - HTML
-
Updated
Apr 28, 2022 - TypeScript
-
Updated
Mar 24, 2022 - TypeScript
-
Updated
Apr 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."


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.