Angular
The fastest Angular Gantt chart
The Bryntum Angular Gantt chart is a super-fast and fully customizable Gantt component for your Angular application.
Clear and concise documentation
Dynamic rendering with Angular template syntaxÂ
Render custom elements using Angular components in the Bryntum Angular Gantt chart. Easily use Angular HTML-based template syntax in components and keep rendering logic and markup in sync.
columns: [
{
text: 'Angular Component',
field: 'color',
htmlEncode: false,
renderer(data: any) {
const { record, value } = data;
// Use Custom Element with attributes
return `<color-renderer value="${value.toLowerCase()}" name="${record.name}"></color-renderer>`;
}
}
]
Customizable Task Editor for for the Angular Gantt chart component
The Bryntum Angular Gantt has a built-in Task Editor you can easily extend and customize. Change the visible fields and add your own custom tabs.
Best-in-class Angular Gantt scheduling engine
The Bryntum Angular Gantt engine provides asynchronous scheduling of any number of tasks by taking task dependencies, constraints, and scheduling modes into account. The Bryntum Angular Gantt engine is implemented independently from the DOM and can also be run on a node server.
Animated redraws
When you move a task, the result is animated into place so you can easily follow how an update affects other tasks.