@ngxs/form-plugin
Advanced tools
Comparing version 18.1.5 to 18.1.6-dev.master-d290a0e
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", | ||
"version": "18.1.6-dev.master-d290a0e", | ||
"sideEffects": false, | ||
"peerDependencies": { | ||
"@ngxs/store": "^18.1.5 || ^18.1.5-dev", | ||
"@angular/core": ">=16.0.0 <19.0.0", | ||
"@angular/forms": ">=16.0.0 <19.0.0", | ||
"@ngxs/store": "^18.1.6 || ^18.1.6-dev", | ||
"rxjs": ">=6.5.5" | ||
@@ -72,2 +72,2 @@ }, | ||
} | ||
} | ||
} |
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
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
85085
801
1