[PR #176] [MERGED] Full update of the Angular sample #871

Closed
opened 2026-03-07 21:25:43 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/176
Author: @glours
Created: 11/4/2021
Status: Merged
Merged: 11/4/2021
Merged by: @aiordache

Base: masterHead: update-angular-sample


📝 Commits (1)

  • d1753e0 full update of the Angular sample

📊 Changes

28 files changed (+5496 additions, -10248 deletions)

View changed files

📝 angular/README.md (+1 -1)
📝 angular/angular/.browserslistrc (+8 -4)
angular/angular/.editorconfig (+16 -0)
angular/angular/.gitignore (+46 -0)
📝 angular/angular/Dockerfile (+6 -4)
📝 angular/angular/README.md (+4 -4)
📝 angular/angular/angular.json (+35 -53)
angular/angular/e2e/protractor.conf.js (+0 -32)
angular/angular/e2e/src/app.e2e-spec.ts (+0 -23)
angular/angular/e2e/src/app.po.ts (+0 -11)
angular/angular/e2e/tsconfig.json (+0 -13)
📝 angular/angular/karma.conf.js (+16 -4)
📝 angular/angular/package-lock.json (+5232 -9829)
📝 angular/angular/package.json (+24 -32)
📝 angular/angular/src/app/app-routing.module.ts (+1 -2)
📝 angular/angular/src/app/app.component.html (+66 -103)
📝 angular/angular/src/app/app.component.spec.ts (+8 -8)
📝 angular/angular/src/app/app.module.ts (+1 -1)
📝 angular/angular/src/environments/environment.ts (+2 -2)
📝 angular/angular/src/favicon.ico (+0 -0)

...and 8 more files

📄 Description

Signed-off-by: Guillaume Lours guillaume.lours@docker.com


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/docker/awesome-compose/pull/176 **Author:** [@glours](https://github.com/glours) **Created:** 11/4/2021 **Status:** ✅ Merged **Merged:** 11/4/2021 **Merged by:** [@aiordache](https://github.com/aiordache) **Base:** `master` ← **Head:** `update-angular-sample` --- ### 📝 Commits (1) - [`d1753e0`](https://github.com/docker/awesome-compose/commit/d1753e0183c0afa3a85d7a80b101b1916ee8f0ac) full update of the Angular sample ### 📊 Changes **28 files changed** (+5496 additions, -10248 deletions) <details> <summary>View changed files</summary> 📝 `angular/README.md` (+1 -1) 📝 `angular/angular/.browserslistrc` (+8 -4) ➕ `angular/angular/.editorconfig` (+16 -0) ➕ `angular/angular/.gitignore` (+46 -0) 📝 `angular/angular/Dockerfile` (+6 -4) 📝 `angular/angular/README.md` (+4 -4) 📝 `angular/angular/angular.json` (+35 -53) ➖ `angular/angular/e2e/protractor.conf.js` (+0 -32) ➖ `angular/angular/e2e/src/app.e2e-spec.ts` (+0 -23) ➖ `angular/angular/e2e/src/app.po.ts` (+0 -11) ➖ `angular/angular/e2e/tsconfig.json` (+0 -13) 📝 `angular/angular/karma.conf.js` (+16 -4) 📝 `angular/angular/package-lock.json` (+5232 -9829) 📝 `angular/angular/package.json` (+24 -32) 📝 `angular/angular/src/app/app-routing.module.ts` (+1 -2) 📝 `angular/angular/src/app/app.component.html` (+66 -103) 📝 `angular/angular/src/app/app.component.spec.ts` (+8 -8) 📝 `angular/angular/src/app/app.module.ts` (+1 -1) 📝 `angular/angular/src/environments/environment.ts` (+2 -2) 📝 `angular/angular/src/favicon.ico` (+0 -0) _...and 8 more files_ </details> ### 📄 Description Signed-off-by: Guillaume Lours <guillaume.lours@docker.com> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-07 21:25:43 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#871