🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@fugu-angular/file-handling

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fugu-angular/file-handling

This is a [schematic](https://angular.io/guide/schematics) for adding [File Handling](https://developer.chrome.com/docs/capabilities/web-apis/file-handling) support to an Angular PWA project. Run the schematic with the [Angular CLI](https://angular.io/cli

0.0.2
latest
Source
npm
Version published
Weekly downloads
1
-50%
Maintainers
3
Weekly downloads
 
Created
Source

@fugu-angular/file-handling

This is a schematic for adding File Handling support to an Angular PWA project. Run the schematic with the Angular CLI:

ng add @fugu-angular/file-handling --project <project-name>

Executing the command mentioned above will perform the following actions:

  • Adds required dependencies to your project.
  • Adds the file_handling property to the manifest.webmanifest file. If you do not have a manifest, run ng add @angular/pwa first.
  • Adds the necessary media types and file extensions to the manifest.
  • Provides a LaunchQueue service for responding to app launches.

See Let installed web applications be file handlers for more information.

FAQs

Package last updated on 16 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts