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

@ngxs/form-plugin

Package Overview
Dependencies
Maintainers
0
Versions
1205
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngxs/form-plugin - npm Package Compare versions

Comparing version 18.1.5-dev.master-aa4dd85 to 18.1.5-dev.master-c73c22f

13

index.d.ts
import * as i0 from '@angular/core';
import { OnInit, OnDestroy, ChangeDetectorRef, ModuleWithProviders, EnvironmentProviders } from '@angular/core';
import { FormGroupDirective } from '@angular/forms';
import { Actions, Store } from '@ngxs/store';
import { OnInit, OnDestroy, ModuleWithProviders, EnvironmentProviders } from '@angular/core';
import { NgxsPlugin, NgxsNextPluginFn } from '@ngxs/store/plugins';
declare class NgxsFormDirective implements OnInit, OnDestroy {
private _actions$;
private _store;
private _formGroupDirective;
private _cd;
path: string;

@@ -20,4 +14,7 @@ set debounce(debounce: string | number);

private _updating;
private _actions$;
private _store;
private _formGroupDirective;
private _cd;
private readonly _destroy$;
constructor(_actions$: Actions, _store: Store, _formGroupDirective: FormGroupDirective, _cd: ChangeDetectorRef);
ngOnInit(): void;

@@ -24,0 +21,0 @@ updateFormStateWithRawValue(withFormStatus?: boolean): void;

{
"name": "@ngxs/form-plugin",
"description": "form plugin for @ngxs/store",
"version": "18.1.5-dev.master-aa4dd85",
"version": "18.1.5-dev.master-c73c22f",
"sideEffects": false,

@@ -6,0 +6,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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