Skip to content

Commit

Permalink
feat(module: all): support Angular 15
Browse files Browse the repository at this point in the history
  • Loading branch information
aijunhao committed Dec 21, 2022
1 parent fd4adba commit 9f6b8cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/site/_site/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class AppComponent implements OnInit, AfterViewInit {
docsearch = null;
kitchenUrl = window.location.origin + '/#/kitchen-sink?lang=zh-CN';
language = 'zh';
versionList = ['0.12.x', '1.0.6', '2.0.7', '3.0.3', '4.0.0', '5.0.1', '6.0.0', '7.0.0'];
versionList = ['0.12.x', '1.0.6', '2.0.7', '3.0.3', '4.0.0', '5.0.3', '6.0.2', '7.0.1'];
versionMap = {
'0.12.x': '0.12.5',
'1.0.6': '2001.0.6',
Expand All @@ -33,7 +33,7 @@ export class AppComponent implements OnInit, AfterViewInit {
'6.0.2': '2016.0.2',
'7.0.1': '2017.0.1'
};
currentVersion = '7.0.0';
currentVersion = '7.0.1';
isHomeURL = true;
isKitchenURL = false;
demoTitle = '';
Expand Down

0 comments on commit 9f6b8cc

Please sign in to comment.