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.2 to 0.0.3

5

package.json
{
"name": "form-validate-angular",
"version": "0.0.2",
"version": "0.0.3",
"repository": {
"url": "https://github.com/TanerSaydam/Frontend2-Angular/tree/main/form-validate-directive"
},
"peerDependencies": {

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

@@ -6,2 +6,26 @@ # Angular NgForm Validate Directive

## Import Directive Standalone
```typescript
import { FormValidateDirective } from 'form-validate-angular';
Component({
imports: [CommonModule, FormsModule, FormValidateDirective],
})
```
## Import Directive Module
```typescript
import { FormValidateDirective } from 'form-validate-angular';
@NgModule({
imports: [
CommonModule,
FormsModule,
FormValidateDirective
]
})
export class AppModule { }
```
## Example Usage 1

@@ -8,0 +32,0 @@ ```html

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