1 <app-header></app-header>
2 <div class="alert-dark" style="padding: 100px">
5 <label name="trst" *ngFor="let mode of modes; let i = index">
6 <input type="checkbox" value={{mode}} [(ngModel)]="metaDataTab.mode">
10 <label>dictionary Library Instances</label>
14 *ngFor="let dictionaryLibraryInstance of dictionaryLibraryInstances; let i = index">{{dictionaryLibraryInstance}}</option>
21 <input type="input" (input)="searchPackages($event)" [(ngModel)]="metaDataTab.name">
24 <label>Description</label>
29 <label>Version</label>
41 <div name="custom key">
42 <button (click)="createAnotherCustomKeyDiv()"></button>
43 <div id="target"></div>
48 <app-imports-tab></app-imports-tab>