Capitalize js package labels in docs
This commit is contained in:
		
							parent
							
								
									9dbfd96249
								
							
						
					
					
						commit
						6dbc621fef
					
				| @ -12,7 +12,7 @@ | ||||
|       <ng-template ngbNavContent> | ||||
|         <div class="subtitle"><ng-container i18n="API Docs code example">Code Example</ng-container> <app-clipboard [text]="wrapCommonJS(code)"></app-clipboard></div> | ||||
|         <div class="links"> | ||||
|           <a [href]="npmGithubLink()" target="_blank">github repository</a> | ||||
|           <a [href]="npmGithubLink()" target="_blank">GitHub Repo</a> | ||||
|         </div> | ||||
|         <pre><code [innerText]="wrapCommonJS(code)"></code></pre> | ||||
|       </ng-template> | ||||
| @ -22,8 +22,8 @@ | ||||
|       <ng-template ngbNavContent> | ||||
|         <div class="subtitle"><ng-container i18n="API Docs install lib">Install Package</ng-container> <app-clipboard [text]="wrapImportTemplate()"></app-clipboard></div> | ||||
|         <div class="links"> | ||||
|           <a [href]="npmGithubLink()" target="_blank">github repository</a> | ||||
|           <a [href]="npmModuleLink()" target="_blank">npm package</a> | ||||
|           <a [href]="npmGithubLink()" target="_blank">GitHub Repo</a> | ||||
|           <a [href]="npmModuleLink()" target="_blank">NPM Package</a> | ||||
|         </div> | ||||
|         <pre><code [innerText]="wrapImportTemplate()"></code></pre> | ||||
|         <div class="subtitle"><ng-container i18n="API Docs code example">Code Example</ng-container> <app-clipboard [text]="wrapEsModule(code)"></app-clipboard></div> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user