New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

angular-airform

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-airform

Functional HTML forms for Angular Developers.

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Airform - Functional HTML forms for Angular Developers.

Functional HTML forms for Angular Developers.

Why it's awesome

What if you could use a service that gives you full control over the form, yet doesn’t require you to use anything on your server? Airform gives you the ability to create functional HTML forms without thinking about servers.

Usage

import { AirformComponent } from 'angular-airform'

<airform email="your@email.com">
  <input type="text" name="name" />
  <textarea name="message"></textarea>
  <button>Send</button>
</airform>

Quick Tip: The email attribute defines the email that will receive the form's collected data when it is submitted. The method attribute is post by default. All input, select, textarea elements whitin your form should have a name attribute.

Features

  • No Server Management
  • Automated High Availabilty
  • Zero-Configuration
  • Safe Ship Mode
  • Unlimited Form Submissions
  • Cross Platform Support
  • More Productivity
  • Web Standards
  • Open Source

Packages

Contributing

Want to contribute? Follow these recommendations.

License

Designed with ♥ by CJ Patoilo. Released under MIT License.

Keywords

FAQs

Package last updated on 18 Jan 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc