### Install ng-zorro-antd using Angular CLI Source: https://ng.ant.design/x/components/overview/en This command installs the ng-zorro-antd library and configures your Angular project to use it. It leverages the Angular CLI for a streamlined setup process. ```bash $ ng new PROJECT_NAME $ cd PROJECT_NAME $ ng add ng-zorro-antd ``` -------------------------------- ### Install ng-zorro-antd using npm or yarn Source: https://ng.ant.design/x/components/overview/en This command installs the ng-zorro-antd library using a package manager like npm or yarn. This is an alternative to using the Angular CLI's `ng add` command. ```bash $ npm install ng-zorro-antd ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.