@polycyphers/gantt-angular
v1.0.0
Published
Angular gantt — virtual-scrolled with CPM, EVM, DCMA-14, baselines, schedule compare, cash flow, S-curve, resource histogram, risk Monte Carlo. Self-contained: gantt engine bundled in.
Maintainers
Readme
@polycyphers/gantt-angular
Angular 21+ standalone component with signals + OnPush change detection — virtual-scrolled gantt with CPM, EVM, DCMA-14, baselines, schedule compare, cash flow, S-curve, resource histogram, and Monte-Carlo risk.
Commercial. Production use requires a license — unlicensed instances render a visible watermark. A free 30-day trial is available, email-gated, no credit card. Details + pricing at packages.polycyphers.com/gantt.
Install
npm install @polycyphers/gantt-angularQuick Start
import { GanttComponent } from "@polycyphers/gantt-angular";
import { setLicense } from "@polycyphers/gantt-angular";
@Component({
standalone: true,
imports: [GanttComponent],
template: `<polycyphers-gantt [schedule]="schedule()" (taskClick)="onTaskClick($event)"></polycyphers-gantt>`,
})
class MyComponent {
schedule = signal(loadFromBackend());
}License: see LICENSE.md and the shared EULA referenced in EULA.md.
