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 19.0.2 is compatible with angular 19. <br> Go [here](https://emanuelefricano93.github.io/frxjs-Ngx-Timeline/) and discover all possible

40 lines 909 B
{ "name": "@frxjs/ngx-timeline", "version": "19.0.2", "keywords": [ "angular", "timeline" ], "author": { "name": "Emanuele Fricano", "email": "emanuelefricano93@gmail.com" }, "repository": { "url": "https://github.com/emanuelefricano93/frxjs-Ngx-Timeline" }, "license": "MIT", "peerDependencies": { "@angular/common": "^19.0.0", "@angular/compiler": "^19.0.0", "@angular/core": "^19.0.0", "@angular/cdk": "^19.0.0" }, "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": "./index.d.ts", "default": "./fesm2022/frxjs-ngx-timeline.mjs" } }, "module": "fesm2022/frxjs-ngx-timeline.mjs", "typings": "index.d.ts" }