minor changes
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import {Component, EventEmitter, Output} from "@angular/core";
|
||||
import {FormsModule, ReactiveFormsModule} from "@angular/forms";
|
||||
import {Lang} from "../idek/lang";
|
||||
import {Lang} from "./lang";
|
||||
|
||||
|
||||
@Component({
|
||||
|
5
src/app/currency/lang.ts
Normal file
5
src/app/currency/lang.ts
Normal file
@ -0,0 +1,5 @@
|
||||
export interface Lang {
|
||||
code: string;
|
||||
name: string;
|
||||
currency: string;
|
||||
}
|
Reference in New Issue
Block a user