From 202de5c5862ce4bd8cc5dbe3513bf43c95a9dd0e Mon Sep 17 00:00:00 2001 From: Tiep Phan Date: Wed, 17 May 2017 22:02:43 +0700 Subject: [PATCH 1/8] prepare for new angular template driven form lesson --- contact-ngf/package.json | 4 +- contact-ngf/src/app/app.component.css | 0 contact-ngf/src/app/app.component.html | 62 +- contact-ngf/src/app/app.component.ts | 12 +- contact-ngf/yarn.lock | 10598 ++++++++++++----------- 5 files changed, 5426 insertions(+), 5250 deletions(-) delete mode 100644 contact-ngf/src/app/app.component.css diff --git a/contact-ngf/package.json b/contact-ngf/package.json index 3d1cfd7..7fc42b6 100644 --- a/contact-ngf/package.json +++ b/contact-ngf/package.json @@ -25,7 +25,7 @@ "zone.js": "^0.8.4" }, "devDependencies": { - "@angular/cli": "1.0.0", + "@angular/cli": "1.0.3", "@angular/compiler-cli": "^4.0.0", "@types/jasmine": "2.5.38", "@types/node": "~6.0.60", @@ -35,9 +35,9 @@ "karma": "~1.4.1", "karma-chrome-launcher": "~2.0.0", "karma-cli": "~1.0.1", + "karma-coverage-istanbul-reporter": "^0.2.0", "karma-jasmine": "~1.1.0", "karma-jasmine-html-reporter": "^0.2.2", - "karma-coverage-istanbul-reporter": "^0.2.0", "protractor": "~5.1.0", "ts-node": "~2.0.0", "tslint": "~4.5.0", diff --git a/contact-ngf/src/app/app.component.css b/contact-ngf/src/app/app.component.css deleted file mode 100644 index e69de29..0000000 diff --git a/contact-ngf/src/app/app.component.html b/contact-ngf/src/app/app.component.html index ea03c1e..92550a8 100644 --- a/contact-ngf/src/app/app.component.html +++ b/contact-ngf/src/app/app.component.html @@ -1,6 +1,6 @@