0.3.5 • Published 6 years ago

ngx-gantt v0.3.5

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

ngx-gantt - Gantt chart for Angular 5

import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';

import { AppComponent } from './app.component';

// Import the module
import { GanttModule } from 'ngx-gantt';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    // Import the Gantt module
    GanttModule
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }
<!-- You can now use the gantt-component in templates like this: -->
<h1>
  {{title}}
</h1>
<gantt-component></gantt-component>

Development

To generate all *.js, *.d.ts and *.metadata.json files:

$ yarn build

To lint all *.ts files:

$ yarn run lint

License

MIT © niikoo

Based on angular4-gantt by joerg.wiesmann

0.3.5

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0-a.1

6 years ago