UNPKG

@frxjs/ngx-timeline

Version:

The main goal of this angular library is to give you the possibility to integrate a timeline in your app. <br> Version 21.0.1 is compatible with angular 20. <br> Go [here](https://emanuelefricano93.github.io/frxjs-Ngx-Timeline/) and discover all possible

40 lines 931 B
{ "name": "@frxjs/ngx-timeline", "version": "21.0.1", "type": "module", "keywords": [ "angular", "timeline" ], "author": { "name": "Emanuele Fricano", "email": "emanuelefricano93@gmail.com" }, "repository": { "url": "https://github.com/emanuelefricano93/frxjs-Ngx-Timeline" }, "license": "MIT", "peerDependencies": { "@angular/cdk": "^21.0.1", "@angular/common": "^21.0.1", "@angular/core": "^21.0.1" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "exports": { "./src/lib/styles/global-style.scss": { "sass": "./src/lib/styles/global-style.scss" }, "./package.json": { "default": "./package.json" }, ".": { "types": "./types/frxjs-ngx-timeline.d.ts", "default": "./fesm2022/frxjs-ngx-timeline.mjs" } }, "module": "fesm2022/frxjs-ngx-timeline.mjs", "typings": "types/frxjs-ngx-timeline.d.ts" }