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

@uirouter/angular

Package Overview
Dependencies
Maintainers
0
Versions
39
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 14.0.0 to 15.0.0

esm2022/provideUiRouter.mjs

4

directives/uiSref.d.ts

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

static ɵfac: i0.ɵɵFactoryDeclaration<AnchorUISref, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<AnchorUISref, "a[uiSref]", never, {}, {}, never, never, false, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<AnchorUISref, "a[uiSref]", never, {}, {}, never, never, true, never>;
}

@@ -111,3 +111,3 @@ /**

static ɵfac: i0.ɵɵFactoryDeclaration<UISref, [null, { optional: true; }, null]>;
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>;
static ɵdir: i0.ɵɵDirectiveDeclaration<UISref, "[uiSref]", ["uiSref"], { "state": { "alias": "uiSref"; "required": false; }; "params": { "alias": "uiParams"; "required": false; }; "options": { "alias": "uiOptions"; "required": false; }; }, {}, never, never, true, never>;
}
import { ElementRef, Renderer2 } from '@angular/core';
import { UISrefStatus } from './uiSrefStatus';
import * as i0 from "@angular/core";
import * as i1 from "./uiSrefStatus";
/**

@@ -91,3 +92,3 @@ * A directive that adds a CSS class when its associated `uiSref` link is active.

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

@@ -85,3 +85,3 @@ import { EventEmitter } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<UISrefStatus, [{ optional: true; host: true; self: true; }, null]>;
static ɵdir: i0.ɵɵDirectiveDeclaration<UISrefStatus, "[uiSrefStatus],[uiSrefActive],[uiSrefActiveEq]", ["uiSrefStatus"], {}, { "uiSrefStatus": "uiSrefStatus"; }, ["_srefs"], never, false, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<UISrefStatus, "[uiSrefStatus]", ["uiSrefStatus"], {}, { "uiSrefStatus": "uiSrefStatus"; }, ["_srefs"], never, true, 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": { "alias": "name"; "required": false; }; "_name": { "alias": "ui-view"; "required": false; }; }, {}, 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, ["*"], true, never>;
}

@@ -10,2 +10,3 @@ export * from './directives/directives';

export * from './uiRouterNgModule';
export * from './provideUiRouter';
export * from '@uirouter/core';
{
"name": "@uirouter/angular",
"description": "State-based routing for Angular",
"version": "14.0.0",
"version": "15.0.0",
"homepage": "https://ui-router.github.io/angular",

@@ -6,0 +6,0 @@ "contributors": [

@@ -0,0 +0,0 @@ # UI-Router for Angular &nbsp;[![Build Status](https://travis-ci.org/ui-router/angular.svg?branch=master)](https://travis-ci.org/ui-router/angular)

@@ -10,3 +10,2 @@ import { Ng2StateDeclaration } from './interface';

import * as i4 from "./directives/uiSrefStatus";
import * as i5 from "@angular/common";
export declare function onTransitionReady(transitionService: TransitionService, root: RootModule[]): () => Promise<unknown>;

@@ -100,3 +99,3 @@ export declare function makeRootProviders(module: RootModule): Provider[];

static ɵfac: i0.ɵɵFactoryDeclaration<UIRouterModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<UIRouterModule, [typeof i1.UISref, typeof i1.AnchorUISref, typeof i2.UIView, typeof i3.UISrefActive, typeof i4.UISrefStatus], [typeof i5.CommonModule], [typeof i1.UISref, typeof i1.AnchorUISref, typeof i2.UIView, typeof i3.UISrefActive, typeof i4.UISrefStatus]>;
static ɵmod: i0.ɵɵNgModuleDeclaration<UIRouterModule, never, [typeof i1.UISref, typeof i1.AnchorUISref, typeof i2.UIView, typeof i3.UISrefActive, typeof i4.UISrefStatus], [typeof i1.UISref, typeof i1.AnchorUISref, typeof i2.UIView, typeof i3.UISrefActive, typeof i4.UISrefStatus]>;
static ɵinj: i0.ɵɵInjectorDeclaration<UIRouterModule>;

@@ -103,0 +102,0 @@ }

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

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

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

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

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

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