Socket
Socket
Sign inDemoInstall

@ngxs/form-plugin

Package Overview
Dependencies
Maintainers
0
Versions
1160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.8.2 to 18.0.0-dev.master-5428af8

esm2022/index.mjs

34

package.json
{
"$schema": "../../node_modules/ng-packagr/package.schema.json",
"name": "@ngxs/form-plugin",
"description": "form plugin for @ngxs/store",
"version": "3.8.2",
"sideEffects": true,
"version": "18.0.0-dev.master-5428af8",
"sideEffects": false,
"peerDependencies": {
"@ngxs/store": "^3.8.2 || ^3.8.2-dev",
"@angular/core": ">=12.0.0 <18.0.0",
"@angular/forms": ">=12.0.0 <18.0.0",
"@angular/core": ">=16.0.0 <19.0.0",
"@angular/forms": ">=16.0.0 <19.0.0",
"@ngxs/store": "^18.0.0 || ^18.0.0-dev",
"rxjs": ">=6.5.5"
},
"main": "bundles/ngxs-form-plugin.umd.js",
"module": "fesm2015/ngxs-form-plugin.js",
"es2015": "fesm2015/ngxs-form-plugin.js",
"esm2015": "esm2015/ngxs-form-plugin.js",
"fesm2015": "fesm2015/ngxs-form-plugin.js",
"typings": "ngxs-form-plugin.d.ts",
"module": "fesm2022/ngxs-form-plugin.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ngxs-form-plugin.mjs",
"esm": "./esm2022/ngxs-form-plugin.mjs",
"default": "./fesm2022/ngxs-form-plugin.mjs"
}
},
"dependencies": {
"tslib": "^2.2.0"
"tslib": "^2.3.0"
},

@@ -66,2 +72,2 @@ "repository": {

}
}
}

@@ -5,3 +5,3 @@ import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';

import * as i0 from "@angular/core";
export declare class FormDirective implements OnInit, OnDestroy {
export declare class NgxsFormDirective implements OnInit, OnDestroy {
private _actions$;

@@ -27,4 +27,4 @@ private _store;

private getStateStream;
static ɵfac: i0.ɵɵFactoryDeclaration<FormDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FormDirective, "[ngxsForm]", never, { "path": "ngxsForm"; "debounce": "ngxsFormDebounce"; "clearDestroy": "ngxsFormClearOnDestroy"; }, {}, never>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxsFormDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxsFormDirective, "[ngxsForm]", never, { "path": { "alias": "ngxsForm"; "required": false; }; "debounce": { "alias": "ngxsFormDebounce"; "required": false; }; "clearDestroy": { "alias": "ngxsFormClearOnDestroy"; "required": false; }; }, {}, never, never, true, never>;
}

@@ -1,10 +0,10 @@

import { ModuleWithProviders } from '@angular/core';
import { ModuleWithProviders, EnvironmentProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "./directive";
import * as i2 from "@angular/forms";
export declare class NgxsFormPluginModule {
static forRoot(): ModuleWithProviders<NgxsFormPluginModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxsFormPluginModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxsFormPluginModule, [typeof i1.FormDirective], [typeof i2.ReactiveFormsModule], [typeof i1.FormDirective]>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxsFormPluginModule, never, [typeof i1.NgxsFormDirective], [typeof i1.NgxsFormDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxsFormPluginModule>;
}
export declare function withNgxsFormPlugin(): EnvironmentProviders;

@@ -1,2 +0,2 @@

import { NgxsNextPluginFn, NgxsPlugin } from '@ngxs/store';
import { NgxsNextPluginFn, NgxsPlugin } from '@ngxs/store/plugins';
import * as i0 from "@angular/core";

@@ -3,0 +3,0 @@ export declare class NgxsFormPlugin implements NgxsPlugin {

@@ -1,4 +0,4 @@

export { NgxsFormPluginModule } from './form.module';
export { NgxsFormPluginModule, withNgxsFormPlugin } from './form.module';
export { NgxsFormPlugin } from './form.plugin';
export { FormDirective as ɵFormDirective } from './directive';
export { NgxsFormDirective } from './directive';
export * from './actions';
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc