mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
2
lib/core/language-menu/language-menu.component.html
Normal file
2
lib/core/language-menu/language-menu.component.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<button mat-menu-item *ngFor="let language of languages" (click)="changeLanguage(language.key)">{{language.label}}
|
||||
</button>
|
Reference in New Issue
Block a user