-
Notifications
You must be signed in to change notification settings - Fork 672
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release(7.6.0): release 7.6.0 (#591)
- Loading branch information
Showing
6 changed files
with
60 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,8 @@ You will need [node](http://nodejs.org/) and [git](https://git-scm.com/). The pr | |
Please make sure global Angular Cli is [7.x](https://github.com/ng-alain/ng-alain/issues/1118) via `ng version` command, please refer to [CLI Command Reference](https://angular.cn/cli) for how to upgrade. | ||
|
||
```bash | ||
# Install global @angular/cli | ||
# yarn global add @angular/[email protected] | ||
ng new my-project --style less | ||
cd my-project | ||
ng add ng-alain | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,8 @@ NG-ALAIN 是一个企业级中后台前端/设计解决方案脚手架,我们 | |
请先通过 `ng version` 命令确认全局 Angular Cli 版本为 `7.x` (ng-alain目前还不支持Angular8,见 [#1118](https://github.com/ng-alain/ng-alain/issues/1118)),有关如何升级请参考[CLI 命令参考手册](https://angular.cn/cli)。 | ||
|
||
```bash | ||
# Install global @angular/cli | ||
# yarn global add @angular/[email protected] | ||
ng new my-project --style less | ||
cd my-project | ||
ng add ng-alain | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters