The Wayback Machine - https://web.archive.org/web/20220521123505/https://github.com/topics/angular12
Skip to content
#

angular12

Here are 272 public repositories matching this topic...

ModelBoxDENG
ModelBoxDENG commented Apr 19, 2022

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

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

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

bug good first issue
zee85
zee85 commented Feb 11, 2020

This is an amazing piece of work – no doubt. That being said where are the unit tests. No one is going to take this lib seriously without unit tests. Do what you need to do but this library should be the goto solution for angular development with complex and/or dynamic forms. The only reason it isn't is because of the lack of unit tests. Realistically I can't trust this library when it lacks basi

good first issue
ngx-daterangepicker-material
Syeda-Urooj-Fatima
Syeda-Urooj-Fatima commented Aug 21, 2019

Hi.
Thank you for creating a wonderful component.

I wanted to suggest two improvements with the UI of the component.

-On selecting a predefined range that exists within the same month (like yesterday, today, 20th-24th of the same month etc.), both the calendar tables show the same month. It would be better if a check could be made in this regard and the selected dates be shown in only one t

good first issue to do

Angular file uploader is an Angular 2/4/5/6/7/8/9/10/11/12/13 + file uploader module with Real-Time Progress Bar, Responsive design, Angular Universal Compatibility, localization and multiple themes which includes Drag and Drop and much more.
  • Updated May 16, 2022
  • TypeScript

Improve this page

Add a description, image, and links to the angular12 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 angular12 topic, visit your repo's landing page and select "manage topics."

Learn more