Skip to content

Commit a443922

Browse files
Merge pull request #35 from codedthemes/dev-v6.0.0
angular 22 content changes done
2 parents 29c8f29 + 47ed49c commit a443922

3 files changed

Lines changed: 29 additions & 31 deletions

File tree

.yarn/install-state.gz

-50 Bytes
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Berry offers everything you need to create dashboards. We have included the foll
9898

9999
## Technology Stack
100100

101-
- Angular 21
101+
- Angular 22
102102
- Bootstrap 5
103103
- TypeScript
104104
- JWT (i.e. Pro version)

src/index.html

Lines changed: 28 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,33 @@
11
<!doctype html>
22
<html lang="en">
3-
<head>
4-
<title>Berry Angular Dashboard Template</title>
5-
<!-- HTML5 Shim and Respond.js IE11 support of HTML5 elements and media queries -->
6-
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
7-
<!--[if lt IE 11]>
3+
4+
<head>
5+
<title>Berry Angular Dashboard Template</title>
6+
<!-- HTML5 Shim and Respond.js IE11 support of HTML5 elements and media queries -->
7+
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
8+
<!--[if lt IE 11]>
89
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
910
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
1011
<![endif]-->
11-
<base href="/" />
12-
<!-- Meta -->
13-
<meta charset="utf-8" />
14-
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=1, minimal-ui" />
15-
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
16-
<meta
17-
name="description"
18-
title="Berry Angular Admin Dashboard Template - CodedThemes"
19-
content="Berry Admin Dashboard Template is built with Angular 21, Bootstrap 5, and ng-bootstrap 19. It comes with ready-to-use dashboards, apps, UI components, forms, tables, charts, maps, icons, etc., to kickstart a new project efficiently."
20-
/>
21-
<meta
22-
name="keywords"
23-
content="Admin templates, Bootstrap Admin templates, angular 21.x.x, bootstrap 5.x.x, Dashboard, Dashboard Templates, sass admin templates, html admin templates, Responsive, Bootstrap Admin templates free download, Angular 21 Admin templates free download,premium Bootstrap Admin templates,premium Angular 20 Admin templates download"
24-
/>
25-
<meta name="author" content="CodedThemes" />
26-
<link rel="icon" type="image/x-icon" href="favicon.ico" />
27-
<!-- font style -->
28-
<link href="https://fonts.googleapis.com/css?family=Roboto:300,500,400,600,700" rel="stylesheet" />
29-
<!-- Buy Now Link -->
30-
<script defer src="https://fomo.codedthemes.com/pixel/jAgJNY0WuNyOO0aM7ql1AqLRKRH5d737"></script>
31-
</head>
32-
<body part="preset-1">
33-
<app-root></app-root>
34-
</body>
35-
</html>
12+
<base href="/" />
13+
<!-- Meta -->
14+
<meta charset="utf-8" />
15+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=1, minimal-ui" />
16+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
17+
<meta name="description" title="Berry Angular Admin Dashboard Template - CodedThemes"
18+
content="Berry Admin Dashboard Template is built with Angular 22, Bootstrap 5, and ng-bootstrap 20. It comes with ready-to-use dashboards, apps, UI components, forms, tables, charts, maps, icons, etc., to kickstart a new project efficiently." />
19+
<meta name="keywords"
20+
content="Admin templates, Bootstrap Admin templates, angular 22.x.x, bootstrap 5.x.x, Dashboard, Dashboard Templates, sass admin templates, html admin templates, Responsive, Bootstrap Admin templates free download, Angular 22 Admin templates free download,premium Bootstrap Admin templates,premium Angular 22 Admin templates download" />
21+
<meta name="author" content="CodedThemes" />
22+
<link rel="icon" type="image/x-icon" href="favicon.ico" />
23+
<!-- font style -->
24+
<link href="https://fonts.googleapis.com/css?family=Roboto:300,500,400,600,700" rel="stylesheet" />
25+
<!-- Buy Now Link -->
26+
<script defer src="https://fomo.codedthemes.com/pixel/jAgJNY0WuNyOO0aM7ql1AqLRKRH5d737"></script>
27+
</head>
28+
29+
<body part="preset-1">
30+
<app-root></app-root>
31+
</body>
32+
33+
</html>

0 commit comments

Comments
 (0)