Skip to content

Commit

Permalink
build: upgrade to Angular 14
Browse files Browse the repository at this point in the history
  • Loading branch information
wlucha committed Jul 3, 2022
1 parent a95f177 commit d9e68ca
Show file tree
Hide file tree
Showing 6 changed files with 2,606 additions and 1,234 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> The Angular starter / boilerplate project to start a new enterprise project.
[Angular 13](https://angular.io/)
[Angular 14](https://angular.io/)
[Angular Material](https://material.angular.io/)
✅ Unit Testing with [Jest](https://jestjs.io/)
✅ End-to-End Testing with [TestCafé](https://testcafe.io/)
Expand All @@ -19,7 +19,7 @@

<hr>

![Angular13](https://img.shields.io/badge/Angular-13-brightgreen)
![Angular14](https://img.shields.io/badge/Angular-14-brightgreen)
[![Build](https://api.travis-ci.org/wlucha/angular-starter.svg?branch=master)](https://travis-ci.org/github/wlucha/angular-starter)
[![MIT](https://img.shields.io/packagist/l/doctrine/orm.svg)]()
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=wlucha_angular-starter&metric=alert_status)](https://sonarcloud.io/dashboard?id=wlucha_angular-starter)
Expand Down
3 changes: 1 addition & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,5 @@
}
}
}
},
"defaultProject": "angular-starter"
}
}
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Angular 9 Starter",
"description": "Angular 9 Starter project with Material, Transloco, Jest & Compodoc",
"name": "Angular 14 Starter",
"description": "Angular 14 Starter project with Material, Transloco, Jest & Compodoc",
"repository": "https://github.com/wlucha/angular-starter",
"keywords": ["angular", "jest", "compodoc", "transloco"]
}
Loading

0 comments on commit d9e68ca

Please sign in to comment.