120 lines
3.7 KiB
Markdown
Raw Normal View History

2018-08-30 09:48:14 +08:00
## 优先级
URL|浏览量|占比
---|---|----
common/http/HttpClient | 7,263 | 2.26
common/NgForOf | 6,281 | 1.95
forms/NgModel | 5,648 | 1.75
core/Component | 5,582 | 1.73
common/NgIf | 4,940 | 1.53
core/NgModule | 4,097 | 1.27
router/Router | 4,049 | 1.26
animations/animate | 3,817 | 1.19
common/NgClass | 3,715 | 1.15
common/DatePipe | 3,576 | 1.11
/docs/ts/latest | 3,489 | 1.08
forms/FormsModule | 3,381 | 1.05
core/Input | 3,354 | 1.04
core/EventEmitter | 3,202 | 0.99
core/Injectable | 3,177 | 0.99
forms/FormGroup | 3,096 | 0.96
forms/FormControl | 3,034 | 0.94
router/ActivatedRoute | 2,993 | 0.93
forms/AbstractControl | 2,930 | 0.91
router/RouterLink | 2,929 | 0.91
core/ViewChild | 2,870 | 0.89
core/Directive | 2,767 | 0.86
router/Routes | 2,331 | 0.72
router/RouterModule | 2,227 | 0.69
router/Route | 2,223 | 0.69
http/Http | 2,220 | 0.69
common/http/HttpClientModule | 2,167 | 0.67
core/ElementRef | 2,163 | 0.67
core/OnInit | 2,136 | 0.66
common/UpperCasePipe | 2,078 | 0.65
common/NgStyle | 1,935 | 0.60
router/RouterOutlet | 1,908 | 0.59
forms/Validators | 1,900 | 0.59
common/http/HttpHeaders | 1,790 | 0.56
core/Pipe | 1,673 | 0.52
common/NgSwitch | 1,670 | 0.52
forms/NgForm | 1,597 | 0.50
core/Renderer2 | 1,562 | 0.49
core/HostListener | 1,501 | 0.47
common/AsyncPipe | 1,447 | 0.45
core/ViewContainerRef | 1,367 | 0.42
common/NgTemplateOutlet | 1,337 | 0.42
common/Location | 1,306 | 0.41
platform-browser/BrowserModule | 1,281 | 0.40
common/DecimalPipe | 1,275 | 0.40
common/CurrencyPipe | 1,260 | 0.39
router/RouterLinkActive | 1,231 | 0.38
core/TemplateRef | 1,212 | 0.38
forms/FormBuilder | 1,205 | 0.37
common/http/HttpParams | 1,131 | 0.35
core/OnChanges | 1,116 | 0.35
forms/FormControlName | 1,082 | 0.34
core/Output | 1,067 | 0.33
common/http/HttpInterceptor | 968 | 0.30
common/http/HttpRequest | 925 | 0.29
router/CanActivate | 863 | 0.27
router | 848 | 0.26
animations/style | 804 | 0.25
common/SlicePipe | 799 | 0.25
router/Event | 796 | 0.25
common/JsonPipe | 793 | 0.25
forms/FormArray | 792 | 0.25
common/CommonModule | 787 | 0.24
router/NavigationExtras | 776 | 0.24
core/HostBinding | 732 | 0.23
core/ContentChild | 719 | 0.22
core/ViewChildren | 717 | 0.22
common/http/HttpResponse | 714 | 0.22
router/ActivatedRouteSnapshot | 700 | 0.22
common/http | 683 | 0.21
core/ChangeDetectorRef | 670 | 0.21
router/NavigationStart | 663 | 0.21
common/formatDate | 662 | 0.21
core/ComponentFactoryResolver | 638 | 0.20
forms/Form | 635 | 0.20
common/http/HttpErrorResponse | 629 | 0.20
core/QueryList | 620 | 0.19
forms | 618 | 0.19
animations/state | 598 | 0.19
common | 596 | 0.19
router/LoadChildren | 593 | 0.18
router/ParamMap | 588 | 0.18
animations/trigger | 584 | 0.18
router/RouterLinkWithHref | 584 | 0.18
core/AfterViewInit | 579 | 0.18
forms/ReactiveFormsModule | 576 | 0.18
common/http/HTTP_INTERCEPTORS | 574 | 0.18
platform-browser/DomSanitizer | 573 | 0.18
core/PipeTransform | 572 | 0.18
core/SimpleChange | 570 | 0.18
core/SimpleChanges | 568 | 0.18
forms/NgSelectOption | 560 | 0.17
common/PercentPipe | 557 | 0.17
forms/ValidatorFn | 557 | 0.17
http/RequestOptionsArgs | 551 | 0.17
animations/animation | 549 | 0.17
common/NgSwitchCase | 521 | 0.16
core/testing/async | 518 | 0.16
## 翻译方式
找到源码,并且把对应的 tsdoc 内容翻译了。
注意tsdoc 中的第一行是标题行编译时和其它内容不在一起所以tsdoc 注释中的第一行必须使用
```
english
<p>中文</p>
```
的形式进行翻译,后面的描述行则无所谓,可以按照以前的空行分隔的方式进行翻译。
## 翻译内容
优先翻译函数主形态(如在 `common/http/src/client.ts` 中它通常都是重载形式中的最后一个),先不必翻译各个重载形态,否则工作量太大。