Skip to content

Commit 31bb495

Browse files
committed
Update Angular to v18
1 parent 42e737d commit 31bb495

File tree

24 files changed

+9549
-7685
lines changed

24 files changed

+9549
-7685
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Bootstrap 5 & Angular 17 UI KIT - 700+ components, MIT license, simple installation.
1+
Bootstrap 5 & Angular 18 UI KIT - 700+ components, MIT license, simple installation.
22

33
MDB is a collection of free Bootstrap templates, themes, design tools & resources.
44

@@ -17,7 +17,7 @@ One click setup! MDB GO allows you to create a WordPress page with a single clic
1717
Regardless whether you want to create a Travel Blog or an e-commerce shop to sell your product you can easily do that. You can even combine both into single page.
1818

1919

20-
## About Material Design for Bootstrap 5 & Angular 17
20+
## About Material Design for Bootstrap 5 & Angular 18
2121

2222
<p>Created by <a href="https://mdbootstrap.com"><img height="30" src="https://mdbootstrap.com/img/Marketing/general/logo/medium/mdb-angular-r.png"></a>
2323
<a href="https://npmcharts.com/compare/angular-bootstrap-md?minimal=true"> <img src="https://img.shields.io/npm/dm/mdbootstrap.svg?label=NPM%20Downloads" alt="Downloads"></a>

angular.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,15 @@
1515
"prefix": "app",
1616
"architect": {
1717
"build": {
18-
"builder": "@angular-devkit/build-angular:browser",
18+
"builder": "@angular-devkit/build-angular:application",
1919
"options": {
20-
"outputPath": "dist/mdb-angular-ui-kit-free",
20+
"outputPath": {
21+
"base": "dist/mdb-angular-ui-kit-free"
22+
},
2123
"index": "src/index.html",
22-
"main": "src/main.ts",
23-
"polyfills": "src/polyfills.ts",
24+
"polyfills": [
25+
"src/polyfills.ts"
26+
],
2427
"tsConfig": "tsconfig.app.json",
2528
"assets": [
2629
"src/favicon.ico",
@@ -30,12 +33,11 @@
3033
"src/styles.scss"
3134
],
3235
"scripts": [],
33-
"vendorChunk": true,
3436
"extractLicenses": false,
35-
"buildOptimizer": false,
3637
"sourceMap": true,
3738
"optimization": false,
38-
"namedChunks": true
39+
"namedChunks": true,
40+
"browser": "src/main.ts"
3941
},
4042
"configurations": {
4143
"production": {
@@ -50,8 +52,6 @@
5052
"sourceMap": false,
5153
"namedChunks": false,
5254
"extractLicenses": true,
53-
"vendorChunk": false,
54-
"buildOptimizer": true,
5555
"budgets": [
5656
{
5757
"type": "initial",

0 commit comments

Comments
 (0)