An open API service indexing awesome lists of open source software.

https://github.com/originring/ng-zorro-antd-i18n-theme

Internationalization and multi-theming based on ng-zorro-antd
https://github.com/originring/ng-zorro-antd-i18n-theme

angular angular14 ng-zorro-antd typescript

Last synced: 2 months ago
JSON representation

Internationalization and multi-theming based on ng-zorro-antd

Awesome Lists containing this project

README

        

# ng-zorro-antd

支持国际化,暗黑主题

```bash
npm install
npm run start
```

## npm 包

- ng-zorro-antd
- rxjs
- localize

## 国际化

```bash
npm run extract
```

```bash
npm run start
npm run start:en
```

## eslint

```bash
npm run lint:fix
```