Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

form-validate-angular

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

form-validate-angular - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "form-validate-angular",
"version": "0.0.1",
"version": "0.0.2",
"peerDependencies": {

@@ -5,0 +5,0 @@ "@angular/common": "^16.2.0",

@@ -7,3 +7,3 @@ # Angular NgForm Validate Directive

## Example Usage 1
```typescript
```html
<form formValidate #form="ngForm" autocomplete="off">

@@ -13,3 +13,3 @@ ```

## Example Usage 2
```typescript
```html
<form formValidate [customValidateMessage]="false" #form="ngForm" autocomplete="off">

@@ -19,3 +19,3 @@ ```

## Example Usage Full
```typescript
```html
<form formValidate #form="ngForm" autocomplete="off">

@@ -22,0 +22,0 @@ <div class="form-group">

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