Skip to content

Commit

Permalink
angular 17 update
Browse files Browse the repository at this point in the history
  • Loading branch information
nkmdev committed Apr 14, 2024
1 parent a9a7424 commit dc35380
Show file tree
Hide file tree
Showing 5 changed files with 1,576 additions and 2,016 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "test-ng7:build"
"buildTarget": "test-ng7:build"
},
"configurations": {
"production": {
"browserTarget": "test-ng7:build:production"
"buildTarget": "test-ng7:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "test-ng7:build"
"buildTarget": "test-ng7:build"
}
},
"test": {
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
},
"private": true,
"dependencies": {
"@angular/animations": "16.2.12",
"@angular/common": "16.2.12",
"@angular/compiler": "16.2.12",
"@angular/core": "16.2.12",
"@angular/forms": "16.2.12",
"@angular/localize": "16.2.12",
"@angular/platform-browser": "16.2.12",
"@angular/platform-browser-dynamic": "16.2.12",
"@angular/router": "16.2.12",
"@angular/animations": "17.3.4",
"@angular/common": "17.3.4",
"@angular/compiler": "17.3.4",
"@angular/core": "17.3.4",
"@angular/forms": "17.3.4",
"@angular/localize": "17.3.4",
"@angular/platform-browser": "17.3.4",
"@angular/platform-browser-dynamic": "17.3.4",
"@angular/router": "17.3.4",
"@ng-bootstrap/ng-bootstrap": "14.1.0",
"@ngx-translate/core": "14.0.0",
"@ngx-translate/http-loader": "7.0.0",
Expand All @@ -34,13 +34,13 @@
"ng2-charts": "4.1.1",
"rxjs": "7.8.1",
"tslib": "2.5.0",
"zone.js": "~0.13.0"
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.2.10",
"@angular/cli": "16.2.10",
"@angular/compiler-cli": "16.2.12",
"@angular/language-service": "16.2.12",
"@angular-devkit/build-angular": "17.3.4",
"@angular/cli": "17.3.4",
"@angular/compiler-cli": "17.3.4",
"@angular/language-service": "17.3.4",
"@types/jasmine": "4.3.1",
"@types/jasminewd2": "2.0.10",
"@types/node": "18.16.1",
Expand All @@ -57,7 +57,7 @@
"protractor": "7.0.0",
"ts-node": "10.9.1",
"tslint": "6.1.3",
"typescript": "4.9.5",
"typescript": "5.4.5",
"yarn": "1.22.19"
}
}
4 changes: 2 additions & 2 deletions src/app/layout/form/form.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<div class="form-group">
<label>Static Control</label>
<p class="form-control-static">email@example.com</p>
<p class="form-control-static">email&#64;example.com</p>
</div>

<fieldset class="form-group">
Expand Down Expand Up @@ -172,7 +172,7 @@ <h4>Input Groups</h4>
<form role="form">
<div class="form-group input-group">
<div class="input-group-prepend">
<span class="input-group-text" id="basic-addon1">@</span>
<span class="input-group-text" id="basic-addon1">&#64;</span>
</div>
<!-- <span class="input-group-addon">@</span> -->
<input class="form-control" placeholder="Username" type="text" />
Expand Down
54 changes: 27 additions & 27 deletions src/app/layout/tables/tables.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
<th scope="row">1</th>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
<td>&#64;mdo</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
<td>&#64;fat</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
<td>&#64;twitter</td>
</tr>
</tbody>
</table>
Expand All @@ -56,19 +56,19 @@
<th scope="row">1</th>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
<td>&#64;mdo</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
<td>&#64;fat</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
<td>&#64;twitter</td>
</tr>
</tbody>
</table>
Expand All @@ -86,19 +86,19 @@
<th scope="row">1</th>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
<td>&#64;mdo</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
<td>&#64;fat</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
<td>&#64;twitter</td>
</tr>
</tbody>
</table>
Expand All @@ -121,24 +121,24 @@
<th scope="row">1</th>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
<td>&#64;mdo</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Mark</td>
<td>Otto</td>
<td>@TwBootstrap</td>
<td>&#64;TwBootstrap</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
<td>&#64;fat</td>
</tr>
<tr>
<th scope="row">4</th>
<td colspan="2">Larry the Bird</td>
<td>@twitter</td>
<td>&#64;twitter</td>
</tr>
</tbody>
</table>
Expand All @@ -160,18 +160,18 @@
<th scope="row">1</th>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
<td>&#64;mdo</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
<td>&#64;fat</td>
</tr>
<tr>
<th scope="row">3</th>
<td colspan="2">Larry the Bird</td>
<td>@twitter</td>
<td>&#64;twitter</td>
</tr>
</tbody>
</table>
Expand All @@ -195,19 +195,19 @@
<th scope="row">1</th>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
<td>&#64;mdo</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
<td>&#64;fat</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
<td>&#64;twitter</td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -288,18 +288,18 @@
<th scope="row">1</th>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
<td>&#64;mdo</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
<td>&#64;fat</td>
</tr>
<tr>
<th scope="row">3</th>
<td colspan="2">Larry the Bird</td>
<td>@twitter</td>
<td>&#64;twitter</td>
</tr>
</tbody>
</table>
Expand All @@ -320,31 +320,31 @@
<th scope="row">1</th>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
<td>&#64;mdo</td>
</tr>
<tr class="table-success">
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
<td>&#64;fat</td>
</tr>
<tr class="table-info">
<th scope="row">3</th>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
<td>&#64;twitter</td>
</tr>
<tr class="table-warning">
<th scope="row">3</th>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
<td>&#64;twitter</td>
</tr>
<tr class="table-danger">
<th scope="row">3</th>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
<td>&#64;twitter</td>
</tr>
</tbody>
</table>
Expand Down
Loading

0 comments on commit dc35380

Please sign in to comment.