Angular2 file download from post method
import {Injectable} from '@angular/core'; import {HttpClient, HttpRequest, HttpEvent} from '@angular/common/http'; import {Observable} from 'rxjs/Observable'; @Injectable({ providedIn: 'root' }) export class FileService { constructor…Angular How-to: Editable Config Files | Premier Developerhttps://devblogs.microsoft.com/angular-how-to-editable-config-filesIn this post, Premier Developer consultant Laurie Atkinson walks through how to allow editing of your Angular configuration files after your app has been built, bundled, and deployed. *This post was updated on 12/3/2018 to reflect the… Contribute to angular/in-memory-web-api development by creating an account on GitHub.