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

@uirouter/angular

Package Overview
Dependencies
Maintainers
4
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uirouter/angular - npm Package Compare versions

Comparing version 11.1.0 to 12.0.0

esm2022/directives/directives.mjs

2

directives/uiSref.d.ts

@@ -110,3 +110,3 @@ import { UIRouter, Obj, StateOrName, TransitionOptions, TargetState } from '@uirouter/core';

static ɵfac: i0.ɵɵFactoryDeclaration<UISref, [null, { optional: true; }, null]>;
static ɵdir: i0.ɵɵDirectiveDeclaration<UISref, "[uiSref]", ["uiSref"], { "state": "uiSref"; "params": "uiParams"; "options": "uiOptions"; }, {}, never, never, false, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<UISref, "[uiSref]", ["uiSref"], { "state": { "alias": "uiSref"; "required": false; }; "params": { "alias": "uiParams"; "required": false; }; "options": { "alias": "uiOptions"; "required": false; }; }, {}, never, never, false, never>;
}

@@ -91,3 +91,3 @@ import { ElementRef, Renderer2 } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<UISrefActive, [null, null, { host: true; }]>;
static ɵdir: i0.ɵɵDirectiveDeclaration<UISrefActive, "[uiSrefActive],[uiSrefActiveEq]", never, { "active": "uiSrefActive"; "activeEq": "uiSrefActiveEq"; }, {}, never, never, false, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<UISrefActive, "[uiSrefActive],[uiSrefActiveEq]", never, { "active": { "alias": "uiSrefActive"; "required": false; }; "activeEq": { "alias": "uiSrefActiveEq"; "required": false; }; }, {}, never, never, false, never>;
}

@@ -119,3 +119,3 @@ import { ComponentRef, OnDestroy, OnInit, ViewContainerRef } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<UIView, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<UIView, "ui-view, [ui-view]", ["uiView"], { "name": "name"; "_name": "ui-view"; }, {}, never, ["*"], false, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<UIView, "ui-view, [ui-view]", ["uiView"], { "name": { "alias": "name"; "required": false; }; "_name": { "alias": "ui-view"; "required": false; }; }, {}, never, ["*"], false, never>;
}

@@ -14,3 +14,3 @@ import { NgModuleRef, Injector, NgModuleFactory, Type } from '@angular/core';

*/
export declare type ModuleTypeCallback = () => Type<any> | Promise<Type<any>>;
export type ModuleTypeCallback = () => Type<any> | Promise<Type<any>>;
/**

@@ -17,0 +17,0 @@ * Returns a function which lazy loads a nested module

{
"name": "@uirouter/angular",
"description": "State-based routing for Angular",
"version": "11.1.0",
"version": "12.0.0",
"homepage": "https://ui-router.github.io/angular",

@@ -31,4 +31,4 @@ "contributors": [

"peerDependencies": {
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
"@uirouter/core": "^6.0.8",

@@ -83,7 +83,3 @@ "@uirouter/rx": "^1.0.0"

},
"module": "fesm2015/uirouter-angular.mjs",
"es2020": "fesm2020/uirouter-angular.mjs",
"esm2020": "esm2020/uirouter-angular.mjs",
"fesm2020": "fesm2020/uirouter-angular.mjs",
"fesm2015": "fesm2015/uirouter-angular.mjs",
"module": "fesm2022/uirouter-angular.mjs",
"typings": "index.d.ts",

@@ -96,7 +92,5 @@ "exports": {

"types": "./index.d.ts",
"esm2020": "./esm2020/uirouter-angular.mjs",
"es2020": "./fesm2020/uirouter-angular.mjs",
"es2015": "./fesm2015/uirouter-angular.mjs",
"node": "./fesm2015/uirouter-angular.mjs",
"default": "./fesm2020/uirouter-angular.mjs"
"esm2022": "./esm2022/uirouter-angular.mjs",
"esm": "./esm2022/uirouter-angular.mjs",
"default": "./fesm2022/uirouter-angular.mjs"
}

@@ -103,0 +97,0 @@ },

@@ -34,6 +34,2 @@ import { Ng2StateDeclaration } from './interface';

* This enables UI-Router to automatically register the states with the [[StateRegistry]] at bootstrap (and during lazy load).
*
* ### Entry Components
*
* Any routed components are added as `entryComponents:` so they will get compiled.
*/

@@ -159,3 +155,2 @@ export declare class UIRouterModule {

* This list of [[Ng2StateDeclaration]] objects will be registered with the [[StateRegistry]].
* Also, the components that the states route to will be added to `entryComponents` so they will be compiled.
*/

@@ -162,0 +157,0 @@ states?: Ng2StateDeclaration[];

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