docs(API): 翻译完了 CommonModule

This commit is contained in:
Zhicheng Wang 2018-09-04 14:56:11 +08:00
parent a510ed5312
commit 719650b41f
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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],