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

@termex21/ngx-joyride

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@termex21/ngx-joyride - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

3

lib/directives/joyride.directive.d.ts

@@ -24,2 +24,3 @@ import { AfterViewInit, ViewContainerRef, TemplateRef, EventEmitter, OnChanges, SimpleChanges, OnDestroy } from '@angular/core';

prevTemplate?: TemplateRef<any>;
beforeNextClicked?: () => Observable<void>;
nextTemplate?: TemplateRef<any>;

@@ -42,3 +43,3 @@ doneTemplate?: TemplateRef<any>;

static ɵfac: i0.ɵɵFactoryDeclaration<JoyrideDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<JoyrideDirective, "joyrideStep, [joyrideStep]", never, { "name": "joyrideStep"; "nextStep": "nextStep"; "title": "title"; "text": "text"; "stepPosition": "stepPosition"; "stepContent": "stepContent"; "stepContentParams": "stepContentParams"; "prevTemplate": "prevTemplate"; "nextTemplate": "nextTemplate"; "doneTemplate": "doneTemplate"; "counterTemplate": "counterTemplate"; }, { "prev": "prev"; "next": "next"; "done": "done"; }, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<JoyrideDirective, "joyrideStep, [joyrideStep]", never, { "name": "joyrideStep"; "nextStep": "nextStep"; "title": "title"; "text": "text"; "stepPosition": "stepPosition"; "stepContent": "stepContent"; "stepContentParams": "stepContentParams"; "prevTemplate": "prevTemplate"; "beforeNextClicked": "beforeNextClicked"; "nextTemplate": "nextTemplate"; "doneTemplate": "doneTemplate"; "counterTemplate": "counterTemplate"; }, { "prev": "prev"; "next": "next"; "done": "done"; }, never>;
}
import { ViewContainerRef, TemplateRef, EventEmitter } from '@angular/core';
import { JoyrideStepComponent } from '../components/step/joyride-step.component';
import { ReplaySubject } from 'rxjs';
import { Observable, ReplaySubject } from 'rxjs';
export declare class JoyrideStep {

@@ -13,2 +13,3 @@ constructor();

stepContentParams: Object;
beforeNextClicked: () => Observable<void>;
nextClicked: EventEmitter<any>;

@@ -15,0 +16,0 @@ prevCliked: EventEmitter<any>;

{
"name": "@termex21/ngx-joyride",
"version": "2.5.0",
"version": "2.5.1",
"description": "An Angular Tour (Joyride) library built entirely in Angular, without using any heavy external dependencies like Bootstrap or JQuery. From now on you can easily guide your users through your site showing them all the sections and features.",

@@ -5,0 +5,0 @@ "repository": {

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