docs(API): 翻译完了 CommonModule
This commit is contained in:
parent
a510ed5312
commit
719650b41f
@ -64,7 +64,7 @@
|
|||||||
[ ] | router/Event | 0.25
|
[ ] | router/Event | 0.25
|
||||||
[x] | common/JsonPipe | 0.25
|
[x] | common/JsonPipe | 0.25
|
||||||
[x] | forms/FormArray | 0.25
|
[x] | forms/FormArray | 0.25
|
||||||
[ ] | common/CommonModule | 0.24
|
[x] | common/CommonModule | 0.24
|
||||||
[ ] | router/NavigationExtras | 0.24
|
[ ] | router/NavigationExtras | 0.24
|
||||||
[x] | core/HostBinding | 0.23
|
[x] | core/HostBinding | 0.23
|
||||||
[x] | core/ContentChild | 0.22
|
[x] | core/ContentChild | 0.22
|
||||||
|
@ -18,7 +18,7 @@ import {COMMON_PIPES} from './pipes/index';
|
|||||||
/**
|
/**
|
||||||
* The module that includes all the basic Angular directives like {@link NgIf}, {@link NgForOf}, ...
|
* The module that includes all the basic Angular directives like {@link NgIf}, {@link NgForOf}, ...
|
||||||
*
|
*
|
||||||
*
|
* 该模块包含了所有基本的 Angular 指令,如 {@link NgIf}、{@link NgForOf} 等……
|
||||||
*/
|
*/
|
||||||
@NgModule({
|
@NgModule({
|
||||||
declarations: [COMMON_DIRECTIVES, COMMON_PIPES],
|
declarations: [COMMON_DIRECTIVES, COMMON_PIPES],
|
||||||
@ -33,7 +33,11 @@ export class CommonModule {
|
|||||||
/**
|
/**
|
||||||
* A module that contains the deprecated i18n pipes.
|
* A module that contains the deprecated i18n pipes.
|
||||||
*
|
*
|
||||||
|
* 该模块包含了已废弃的 i18n 管道。
|
||||||
|
*
|
||||||
* @deprecated from v5
|
* @deprecated from v5
|
||||||
|
*
|
||||||
|
* 从 Angular v5 开始
|
||||||
*/
|
*/
|
||||||
@NgModule({
|
@NgModule({
|
||||||
declarations: [COMMON_DEPRECATED_I18N_PIPES],
|
declarations: [COMMON_DEPRECATED_I18N_PIPES],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user