@omnedia/ngx-marquee
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,5 +0,5 @@ | ||
import { AfterViewInit, ElementRef, QueryList } from "@angular/core"; | ||
import { AfterViewInit, ElementRef, OnDestroy, QueryList } from "@angular/core"; | ||
import { DomSanitizer, SafeHtml } from "@angular/platform-browser"; | ||
import * as i0 from "@angular/core"; | ||
export declare class NgxMarqueeComponent implements AfterViewInit { | ||
export declare class NgxMarqueeComponent implements AfterViewInit, OnDestroy { | ||
private readonly sanitizer; | ||
@@ -20,4 +20,5 @@ marqueeRef: ElementRef<HTMLElement>; | ||
ngAfterViewInit(): void; | ||
ngOnDestroy(): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgxMarqueeComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NgxMarqueeComponent, "om-marquee", never, { "styleClass": { "alias": "styleClass"; "required": false; }; "reverse": { "alias": "reverse"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "marqueeGap": { "alias": "marqueeGap"; "required": false; }; "pauseOnHover": { "alias": "pauseOnHover"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; }, {}, ["elementRefs"], ["*"], true, never>; | ||
} |
{ | ||
"name": "@omnedia/ngx-marquee", | ||
"description": "A simple component library to create an infinite scrolling marquee with your content.", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"peerDependencies": { | ||
@@ -6,0 +6,0 @@ "@angular/common": "^18.2.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
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
42650
262