Skip to content

Commit

Permalink
doc: set angular version to 10 in welcome page
Browse files Browse the repository at this point in the history
  • Loading branch information
l-lin committed Nov 29, 2020
1 parent e11a904 commit c5110da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/app/welcome.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ import { Component } from '@angular/core';
})
export class WelcomeComponent {
angularjsDataTablesVersion = 'v0.Y.Z';
angularDataTablesVersion = 'v8.Y.Z';
angularDataTablesVersion = 'v10.Y.Z';
}

0 comments on commit c5110da

Please sign in to comment.