Angular module that provides the MJ Timeline component.
import { TimelineModule } from '@memberjunction/ng-timeline';@NgModule({ imports: [TimelineModule]})export class MyModule { } Copy
import { TimelineModule } from '@memberjunction/ng-timeline';@NgModule({ imports: [TimelineModule]})export class MyModule { }
Angular module that provides the MJ Timeline component.
Example