File system, based on the spec reference implementation
In case of hidden iframe fallback, the Angular Service Worker catches the download URL and tries to route it within the SinglePageApplication. Since the download filename is not matching to any route, this attempt results the following error: ERROR Error: Uncaught (in promise): Error: NG04002 noMatchError The problem discussed here in general: https://stackoverflow.com/questions/60431490/angular-router-is-catching-url-from-iframe Fortunately Angular has a URL parameter, to prevent the SW to process the request. ?ngsw-bypass=true An option that can trigger "ngsw-bypass" parameter would be very useful.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by mate-szucs and has received 1 comments.