fix: 文字微调

This commit is contained in:
Zhicheng Wang 2018-07-28 09:44:39 +08:00
parent 4008b34e36
commit 7db1562617
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ The app server module class (conventionally named `AppServerModule`) is an Angul
`AppServerModule` also tells Angular how to bootstrap your application when running as a Universal app. `AppServerModule` also tells Angular how to bootstrap your application when running as a Universal app.
服务端应用模块(习惯上叫作 `AppServerModule`)是一个 Angular 模块,它包装了应用的根模块 `AppModule`,以便 Universal 可以在你的应用和服务器之间进行协调。 服务端应用模块(习惯上叫作 `AppServerModule`)是一个 Angular 模块,它包装了应用的根模块 `AppModule`,以便 Universal 可以在你的应用和服务器之间进行协调。
`AppServerModule` 还会告诉 Angular 把你的应用以 Universal 方式运行时,该如何引导它。 `AppServerModule` 还会告诉 Angular 把你的应用以 Universal 方式运行时,该如何引导它。
Create an `app.server.module.ts` file in the `src/app/` directory with the following `AppServerModule` code: Create an `app.server.module.ts` file in the `src/app/` directory with the following `AppServerModule` code: