Angular obtient le fichier des actifs

this.httpClient.get('assets/Maze1.txt', {responseType: 'text'})
        .subscribe(data => console.log(data));
Glamorous Gull