ngx
Here are 323 public repositories matching this topic...
The internationalization (i18n) library for Angular
-
Updated
Apr 8, 2022 - TypeScript
-
Updated
Apr 8, 2022 - TypeScript
在官网上, "通过设置isOpen控制下拉"的例子中,如果打开下拉菜单,再点击空白处,需要点两次按钮才能再次打开下拉菜单.
希望可以给一个点一次就能打开下拉菜单的例子
可以通过
onToggle(event) {
if (this.isOpen != event) {
this.isOpen = event;
}
}
来暂时解决这个问题
-
Updated
Feb 23, 2022 - TypeScript
Vendor-agnostic analytics for Angular2 applications.
-
Updated
Apr 10, 2022 - TypeScript
Angular Plugin to make masks on form fields and html elements.
-
Updated
May 2, 2022 - TypeScript
A configurable Mobile UI components based on Ant Design Mobile and Angular.
-
Updated
Jan 20, 2022 - TypeScript
A library for loading spinner for Angular 4 - 13.
-
Updated
Apr 11, 2022 - CSS
Angular Material UI component for firebase authentication
-
Updated
Apr 1, 2022 - TypeScript
-
Updated
Apr 8, 2022 - TypeScript
Highly configurable date picker built for Angular applications
-
Updated
Apr 9, 2022 - TypeScript
Angular (4.2+ ...12) service for cookies. Originally based on the `ng2-cookies` library.
-
Updated
Apr 27, 2022 - TypeScript
Make beautiful, animated loading skeletons that automatically adapt to your Angular apps
-
Updated
May 4, 2022 - TypeScript
Angular wrap around Materialize library
-
Updated
Dec 5, 2018 - TypeScript
Superset of RESPONSIVE DIRECTIVES to show or hide items according to the size of the device screen and another features in Angular 9
-
Updated
Jul 3, 2021 - TypeScript
I am not able to get back the selected items in the case there is another wrapper component inside the dts-select-container. The SelectContainer uses @ContentChildren to get the $selectableItems. Is there any workaround?
example:
<dts-select-container>
<parent-component>
<span [dtsselectItem]="item"></span>
<span [dtsselectItem]="item"></span>
</parent-comp
Scroll to any element to enhance scroll-based features in you app. Works for Angular 4+, both AoT and SSR. No dependencies.
-
Updated
Apr 29, 2022 - TypeScript
Список ресурсов по Angular на русском
-
Updated
Jul 12, 2021
An Angular component to show a context menu on an arbitrary component
-
Updated
Apr 27, 2022 - TypeScript
Product Tour Built in Angular
-
Updated
Mar 26, 2022 - TypeScript
-
Updated
Mar 1, 2022 - TypeScript
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
Electron schematics for nrwl nx platform
-
Updated
May 3, 2022 - TypeScript
A loader for ngx-translate that loads translations with http calls
-
Updated
Nov 8, 2021 - TypeScript
Improve this page
Add a description, image, and links to the ngx topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ngx topic, visit your repo's landing page and select "manage topics."


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