Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit c5110da

Browse files
committed
doc: set angular version to 10 in welcome page
1 parent e11a904 commit c5110da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/app/welcome.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ import { Component } from '@angular/core';
77
})
88
export class WelcomeComponent {
99
angularjsDataTablesVersion = 'v0.Y.Z';
10-
angularDataTablesVersion = 'v8.Y.Z';
10+
angularDataTablesVersion = 'v10.Y.Z';
1111
}

0 commit comments

Comments
 (0)