From 4aaccb97962ef25b24d0ca74447117818687a0d9 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 19 Jan 2022 13:32:05 +0530 Subject: [PATCH 1/2] testing add1 --- apps/angular-testing/src/app/app.component.html | 4 ++-- package-lock.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/angular-testing/src/app/app.component.html b/apps/angular-testing/src/app/app.component.html index a1dee26..1cee832 100644 --- a/apps/angular-testing/src/app/app.component.html +++ b/apps/angular-testing/src/app/app.component.html @@ -1,5 +1,5 @@
-

Sample Application

+

Sample Application testing

diff --git a/package-lock.json b/package-lock.json index 5980b67..127609b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11596,7 +11596,8 @@ "version": "2.26.0", "resolved": "https://registry.npmjs.org/moment/-/moment-2.26.0.tgz", "integrity": "sha512-oIixUO+OamkUkwjhAVE18rAMfRJNsNe/Stid/gwHSOfHrOtw9EhAY2AHvdKZ/k/MggcYELFCJz/Sn2pL8b8JMw==", - "dev": true + "dev": true, + "optional": true }, "move-concurrently": { "version": "1.0.1", From e9035e42b9e4d973d62b989a04d453df64e1877e Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 19 Jan 2022 13:37:05 +0530 Subject: [PATCH 2/2] color added --- apps/angular-testing/src/app/app.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/angular-testing/src/app/app.component.html b/apps/angular-testing/src/app/app.component.html index 1cee832..f667840 100644 --- a/apps/angular-testing/src/app/app.component.html +++ b/apps/angular-testing/src/app/app.component.html @@ -1,5 +1,5 @@
-

Sample Application testing

+

Sample Application testing 11