Skip to content

Commit 9a9d2d3

Browse files
authored
Angular 20 (#15)
* angular 20 * Angular 20 and package upgrade
1 parent 148510b commit 9a9d2d3

File tree

21 files changed

+2284
-2891
lines changed

21 files changed

+2284
-2891
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The [Pro version](https://codedthemes.com/item/mantis-angular-admin-template/) o
101101
## Technology Stack
102102

103103
- Bootstrap 5
104-
- Angular 19
104+
- Angular 20
105105

106106
## Mantis Figma UI Kit
107107
<div>

angular.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -79,19 +79,6 @@
7979
"buildTarget": "mantis-free-version:build"
8080
}
8181
},
82-
"test": {
83-
"builder": "@angular-devkit/build-angular:karma",
84-
"options": {
85-
"main": "src/test.ts",
86-
"polyfills": "src/polyfills.ts",
87-
"tsConfig": "tsconfig.spec.json",
88-
"karmaConfig": "karma.conf.js",
89-
"inlineStyleLanguage": "scss",
90-
"assets": ["src/favicon.ico", "src/assets"],
91-
"styles": ["src/styles.scss"],
92-
"scripts": []
93-
}
94-
},
9582
"lint": {
9683
"builder": "@angular-eslint/builder:lint",
9784
"options": {

karma.conf.js

Lines changed: 0 additions & 41 deletions
This file was deleted.

package.json

Lines changed: 34 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mantis-free-angular-admin-template",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"author": "CodedThemes",
55
"license": "MIT",
66
"scripts": {
@@ -16,49 +16,44 @@
1616
},
1717
"private": false,
1818
"dependencies": {
19-
"@angular/animations": "19.0.5",
20-
"@angular/cdk": "19.0.4",
21-
"@angular/common": "19.0.5",
22-
"@angular/compiler": "19.0.5",
23-
"@angular/core": "19.0.5",
24-
"@angular/forms": "19.0.5",
25-
"@angular/platform-browser": "19.0.5",
26-
"@angular/platform-browser-dynamic": "19.0.5",
27-
"@angular/router": "19.0.5",
19+
"@angular/animations": "20.0.0-next.8",
20+
"@angular/cdk": "19.2.16",
21+
"@angular/common": "20.0.0-next.8",
22+
"@angular/compiler": "20.0.0-next.8",
23+
"@angular/core": "20.0.0-next.8",
24+
"@angular/forms": "20.0.0-next.8",
25+
"@angular/platform-browser": "20.0.0-next.8",
26+
"@angular/platform-browser-dynamic": "20.0.0-next.8",
27+
"@angular/router": "20.0.0-next.8",
2828
"@ant-design/icons-angular": "19.0.0",
2929
"@ng-bootstrap/ng-bootstrap": "18.0.0",
3030
"@popperjs/core": "2.11.8",
31-
"apexcharts": "3.49.2",
32-
"bootstrap": "5.3.3",
33-
"ng-apexcharts": "1.11.0",
34-
"ngx-scrollbar": "16.1.1",
35-
"rxjs": "~7.8.1",
31+
"apexcharts": "4.7.0",
32+
"bootstrap": "5.3.6",
33+
"ng-apexcharts": "1.15.0",
34+
"ngx-scrollbar": "18.0.0",
35+
"rxjs": "~7.8.2",
3636
"tslib": "2.8.1",
3737
"zone.js": "~0.15.0"
3838
},
3939
"devDependencies": {
40-
"@angular-devkit/build-angular": "19.0.6",
41-
"@angular-eslint/builder": "19.0.2",
42-
"@angular-eslint/eslint-plugin": "19.0.2",
43-
"@angular-eslint/eslint-plugin-template": "19.0.2",
44-
"@angular-eslint/schematics": "19.0.2",
45-
"@angular-eslint/template-parser": "19.0.2",
46-
"@angular/cli": "~19.0.6",
47-
"@angular/compiler-cli": "19.0.5",
48-
"@eslint/eslintrc": "^3.2.0",
49-
"@eslint/js": "^9.17.0",
50-
"@types/jasmine": "~5.1.5",
51-
"@types/node": "22.10.2",
52-
"@typescript-eslint/eslint-plugin": "8.18.1",
53-
"@typescript-eslint/parser": "8.18.1",
54-
"eslint": "9.17.0",
55-
"jasmine-core": "~5.5.0",
56-
"karma": "~6.4.4",
57-
"karma-chrome-launcher": "~3.2.0",
58-
"karma-coverage": "~2.2.1",
59-
"karma-jasmine": "~5.1.0",
60-
"karma-jasmine-html-reporter": "~2.1.0",
61-
"prettier": "3.4.2",
62-
"typescript": "5.6.3"
63-
}
40+
"@angular-devkit/build-angular": "20.0.0-next.8",
41+
"@angular-eslint/builder": "19.4.0",
42+
"@angular-eslint/eslint-plugin": "19.4.0",
43+
"@angular-eslint/eslint-plugin-template": "19.4.0",
44+
"@angular-eslint/schematics": "19.4.0",
45+
"@angular-eslint/template-parser": "19.4.0",
46+
"@angular/cli": "20.0.0-next.8",
47+
"@angular/compiler-cli": "20.0.0-next.8",
48+
"@eslint/eslintrc": "^3.3.1",
49+
"@eslint/js": "^9.27.0",
50+
"@types/jasmine": "~5.1.8",
51+
"@types/node": "22.15.21",
52+
"@typescript-eslint/eslint-plugin": "8.32.1",
53+
"@typescript-eslint/parser": "8.32.1",
54+
"eslint": "9.27.0",
55+
"prettier": "3.5.3",
56+
"typescript": "5.8.3"
57+
},
58+
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
6459
}

src/app/demo/admin-panel/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
**Note:** *This README file is maintained to ensure the product structure aligns with the Pro version, making migration to Pro seamless when you choose to upgrade. This alignment aims to provide a smoother experience during the upgrade, especially regarding directory structure. You may notice these files and folders appearing throughout the project where they are part of the Pro version. While this might feel slightly inconvenient, it is intended to simplify your migration process and provide assistance. If these files are unnecessary for your use case, you can easily remove them.*
1+
**Note:** _This README file is maintained to ensure the product structure aligns with the Pro version, making migration to Pro seamless when you choose to upgrade. This alignment aims to provide a smoother experience during the upgrade, especially regarding directory structure. You may notice these files and folders appearing throughout the project where they are part of the Pro version. While this might feel slightly inconvenient, it is intended to simplify your migration process and provide assistance. If these files are unnecessary for your use case, you can easily remove them._
22

33
Please continue reading below to explore the features of the Pro version:
44

55
# Mantis Admin Panel - Unlock Premium Features with the Pro Version
66

77
Elevate your project with the Pro Version of the <b>Mantis Admin Panel!</b> Built to cater to modern web applications, the Pro version is loaded with advanced features, intuitive design elements, and dynamic tools that ensure seamless functionality.
88

9-
This page (folder) is a sneak peek into the premium features available in <b>version 2.0.0</b>. Upgrade to the Pro version to unlock exclusive pages and components that will take your project to the next level.
9+
This page (folder) is a sneak peek into the premium features available in <b>version 2.2.0</b>. Upgrade to the Pro version to unlock exclusive pages and components that will take your project to the next level.
1010

1111
## Included in the Pro Version:
1212

src/app/demo/application/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
**Note:** *This README file is maintained to ensure the product structure aligns with the Pro version, making migration to Pro seamless when you choose to upgrade. This alignment aims to provide a smoother experience during the upgrade, especially regarding directory structure. You may notice these files and folders appearing throughout the project where they are part of the Pro version. While this might feel slightly inconvenient, it is intended to simplify your migration process and provide assistance. If these files are unnecessary for your use case, you can easily remove them.*
1+
**Note:** _This README file is maintained to ensure the product structure aligns with the Pro version, making migration to Pro seamless when you choose to upgrade. This alignment aims to provide a smoother experience during the upgrade, especially regarding directory structure. You may notice these files and folders appearing throughout the project where they are part of the Pro version. While this might feel slightly inconvenient, it is intended to simplify your migration process and provide assistance. If these files are unnecessary for your use case, you can easily remove them._
22

33
Please continue reading below to explore the features of the Pro version:
44

55
# Mantis Admin Panel - Unlock Premium Features with the Pro Version
66

77
Elevate your project with the Pro Version of the <b>Mantis Admin Panel!</b> Built to cater to modern web applications, the Pro version is loaded with advanced features, intuitive design elements, and dynamic tools that ensure seamless functionality.
88

9-
This page (folder) is a sneak peek into the premium features available in <b>version 2.0.0</b>. Upgrade to the Pro version to unlock exclusive pages and components that will take your project to the next level.
9+
This page (folder) is a sneak peek into the premium features available in <b>version 2.2.0</b>. Upgrade to the Pro version to unlock exclusive pages and components that will take your project to the next level.
1010

1111
## Included in the Pro Version:
1212

src/app/demo/chart/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
**Note:** *This README file is maintained to ensure the product structure aligns with the Pro version, making migration to Pro seamless when you choose to upgrade. This alignment aims to provide a smoother experience during the upgrade, especially regarding directory structure. You may notice these files and folders appearing throughout the project where they are part of the Pro version. While this might feel slightly inconvenient, it is intended to simplify your migration process and provide assistance. If these files are unnecessary for your use case, you can easily remove them.*
1+
**Note:** _This README file is maintained to ensure the product structure aligns with the Pro version, making migration to Pro seamless when you choose to upgrade. This alignment aims to provide a smoother experience during the upgrade, especially regarding directory structure. You may notice these files and folders appearing throughout the project where they are part of the Pro version. While this might feel slightly inconvenient, it is intended to simplify your migration process and provide assistance. If these files are unnecessary for your use case, you can easily remove them._
22

33
Please continue reading below to explore the features of the Pro version:
44

55
# Mantis Admin Panel - Unlock Premium Features with the Pro Version
66

77
Elevate your project with the Pro Version of the <b>Mantis Admin Panel!</b> Built to cater to modern web applications, the Pro version is loaded with advanced features, intuitive design elements, and dynamic tools that ensure seamless functionality.
88

9-
This page (folder) is a sneak peek into the premium features available in <b>version 2.0.0</b>. Upgrade to the Pro version to unlock exclusive pages and components that will take your project to the next level.
9+
This page (folder) is a sneak peek into the premium features available in <b>version 2.2.0</b>. Upgrade to the Pro version to unlock exclusive pages and components that will take your project to the next level.
1010

1111
## Included in the Pro Version:
1212

src/app/demo/component/advance-component/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
**Note:** *This README file is maintained to ensure the product structure aligns with the Pro version, making migration to Pro seamless when you choose to upgrade. This alignment aims to provide a smoother experience during the upgrade, especially regarding directory structure. You may notice these files and folders appearing throughout the project where they are part of the Pro version. While this might feel slightly inconvenient, it is intended to simplify your migration process and provide assistance. If these files are unnecessary for your use case, you can easily remove them.*
1+
**Note:** _This README file is maintained to ensure the product structure aligns with the Pro version, making migration to Pro seamless when you choose to upgrade. This alignment aims to provide a smoother experience during the upgrade, especially regarding directory structure. You may notice these files and folders appearing throughout the project where they are part of the Pro version. While this might feel slightly inconvenient, it is intended to simplify your migration process and provide assistance. If these files are unnecessary for your use case, you can easily remove them._
22

33
Please continue reading below to explore the features of the Pro version:
44

55
# Mantis Admin Panel - Unlock Premium Features with the Pro Version
66

77
Elevate your project with the Pro Version of the <b>Mantis Admin Panel!</b> Built to cater to modern web applications, the Pro version is loaded with advanced features, intuitive design elements, and dynamic tools that ensure seamless functionality.
88

9-
This page (folder) is a sneak peek into the premium features available in <b>version 2.0.0</b>. Upgrade to the Pro version to unlock exclusive pages and components that will take your project to the next level.
9+
This page (folder) is a sneak peek into the premium features available in <b>version 2.2.0</b>. Upgrade to the Pro version to unlock exclusive pages and components that will take your project to the next level.
1010

1111
## Included in the Pro Version:
1212

src/app/demo/forms/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
**Note:** *This README file is maintained to ensure the product structure aligns with the Pro version, making migration to Pro seamless when you choose to upgrade. This alignment aims to provide a smoother experience during the upgrade, especially regarding directory structure. You may notice these files and folders appearing throughout the project where they are part of the Pro version. While this might feel slightly inconvenient, it is intended to simplify your migration process and provide assistance. If these files are unnecessary for your use case, you can easily remove them.*
1+
**Note:** _This README file is maintained to ensure the product structure aligns with the Pro version, making migration to Pro seamless when you choose to upgrade. This alignment aims to provide a smoother experience during the upgrade, especially regarding directory structure. You may notice these files and folders appearing throughout the project where they are part of the Pro version. While this might feel slightly inconvenient, it is intended to simplify your migration process and provide assistance. If these files are unnecessary for your use case, you can easily remove them._
22

33
Please continue reading below to explore the features of the Pro version:
44

55
# Mantis Admin Panel - Unlock Premium Features with the Pro Version
66

77
Elevate your project with the Pro Version of the <b>Mantis Admin Panel!</b> Built to cater to modern web applications, the Pro version is loaded with advanced features, intuitive design elements, and dynamic tools that ensure seamless functionality.
88

9-
This page (folder) is a sneak peek into the premium features available in <b>version 2.0.0</b>. Upgrade to the Pro version to unlock exclusive pages and components that will take your project to the next level.
9+
This page (folder) is a sneak peek into the premium features available in <b>version 2.2.0</b>. Upgrade to the Pro version to unlock exclusive pages and components that will take your project to the next level.
1010

1111
## Included in the Pro Version:
1212

src/app/demo/layouts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
**Note:** *This README file is maintained to ensure the product structure aligns with the Pro version, making migration to Pro seamless when you choose to upgrade. This alignment aims to provide a smoother experience during the upgrade, especially regarding directory structure. You may notice these files and folders appearing throughout the project where they are part of the Pro version. While this might feel slightly inconvenient, it is intended to simplify your migration process and provide assistance. If these files are unnecessary for your use case, you can easily remove them.*
1+
**Note:** _This README file is maintained to ensure the product structure aligns with the Pro version, making migration to Pro seamless when you choose to upgrade. This alignment aims to provide a smoother experience during the upgrade, especially regarding directory structure. You may notice these files and folders appearing throughout the project where they are part of the Pro version. While this might feel slightly inconvenient, it is intended to simplify your migration process and provide assistance. If these files are unnecessary for your use case, you can easily remove them._
22

33
Please continue reading below to explore the features of the Pro version:
44

55
# Mantis Admin Panel - Unlock Premium Features with the Pro Version
66

77
Elevate your project with the Pro Version of the <b>Mantis Admin Panel!</b> Built to cater to modern web applications, the Pro version is loaded with advanced features, intuitive design elements, and dynamic tools that ensure seamless functionality.
88

9-
This page (folder) is a sneak peek into the premium features available in <b>version 2.0.0</b>. Upgrade to the Pro version to unlock exclusive pages and components that will take your project to the next level.
9+
This page (folder) is a sneak peek into the premium features available in <b>version 2.2.0</b>. Upgrade to the Pro version to unlock exclusive pages and components that will take your project to the next level.
1010

1111
## Included in the Pro Version:
1212

0 commit comments

Comments
 (0)