Yahoo India Web Search

Search results

  1. Features. An enterprise-class UI design language for Angular applications. 60+ high-quality Angular components out of the box. Written in TypeScript with complete defined types. Support OnPush mode, high performance. Powerful theme customization in every detail. Internationalization support for dozens of languages. Environment Support.

  2. Getting Started. Playground First Local Development Customized Build Other. Ant Design of Angular is dedicated to providing a good development experience for programmers. The prerequisite of Ant Design Angular is a solid background knowledge of Angular and JavaScript ES2015.

  3. ng.ant.design › components › selectSelect | NG-ZORRO

    A dropdown menu for displaying choices - an elegant alternative to the native <select> element. Utilizing Radio is recommended when there are fewer total options (less than 5). import { NzSelectModule } from 'ng-zorro-antd/select';

  4. Zorro Bot is a bot that helps the project by doing all kind of administrative tasks on our PR' and issues. TypeScript 4 MIT 2 0 19 Updated on Jan 3, 2023. ng-zorro-universal-starter Public.

  5. English | 简体中文. Features. An enterprise-class UI design system for Angular applications. 60+ high-quality Angular components out of the box. Written in TypeScript with predictable static types. The whole package of development and design resources and tools. Support OnPush mode, high performance. Powerful theme customization in every detail.

  6. Jun 18, 2023 · Ng-Zorro. A complete library of UI components for Angular apps is called NgZorro. It includes a large selection of pre-built elements that can be quickly integrated into your project, such as...

  7. If you need to represent the switching between two states or on-off state. The difference between Switch and Checkbox is that Switch will trigger a state change directly when you toggle it, while Checkbox is generally used for state marking, which should work in conjunction with submit operation.

  8. When there is insufficient content space, it can be used to save space in the form of a revolving door. Commonly used for a group of pictures/cards. import{ NzCarouselModule }from'ng-zorro-antd/carousel';

  9. A basic card containing a title, content and an extra corner content. A borderless card on a gray background. A simple card only containing a content area. You can use nz-card-meta to support more flexible content. Cards usually cooperate with grid column layout in overview page.

  10. ng.ant.design › components › formForm | NG-ZORRO

    Form is used to collect, validate, and submit the user input, usually contains various form items including checkbox, radio, input, select, and etc. Form is totally based on Angular Forms, you can use reactive forms or template-driven-forms.