@ngxs/form-plugin
Advanced tools
Comparing version 19.0.0-dev.master-1d68629 to 19.0.0-dev.master-2b2cb76
import * as i0 from '@angular/core'; | ||
import { OnInit, OnDestroy, ModuleWithProviders, EnvironmentProviders } from '@angular/core'; | ||
import { OnInit, ModuleWithProviders, EnvironmentProviders } from '@angular/core'; | ||
import { NgxsPlugin, NgxsNextPluginFn } from '@ngxs/store/plugins'; | ||
declare class NgxsFormDirective implements OnInit, OnDestroy { | ||
declare class NgxsFormDirective implements OnInit { | ||
path: string; | ||
@@ -18,6 +18,6 @@ set debounce(debounce: string | number); | ||
private _cd; | ||
private readonly _destroy$; | ||
private readonly _destroyRef; | ||
constructor(); | ||
ngOnInit(): void; | ||
updateFormStateWithRawValue(withFormStatus?: boolean): void; | ||
ngOnDestroy(): void; | ||
private debounceChange; | ||
@@ -24,0 +24,0 @@ private get form(); |
{ | ||
"name": "@ngxs/form-plugin", | ||
"description": "form plugin for @ngxs/store", | ||
"version": "19.0.0-dev.master-1d68629", | ||
"version": "19.0.0-dev.master-2b2cb76", | ||
"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
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
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
41166
469