Searched refs:readInputFile (Results 1 – 1 of 1) sorted by relevance
103 const file = await this.readInputFile(event);108 const file = await this.readInputFile(event);281 private async readInputFile(event: Event): Promise<File> { method in AppComponent