Skip to content

Commit 67cb8c8

Browse files
committed
refactor: upgrade to Angular 5.0
1 parent 78c82e7 commit 67cb8c8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.angular-cli.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
33
"project": {
4-
"name": "helloworld"
4+
"name": "angular-hello-world"
55
},
66
"apps": [
77
{

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
npm-debug.log
3333
testem.log
3434
/typings
35-
yarn-error.log
3635

3736
# e2e
3837
/e2e/*.js

0 commit comments

Comments
 (0)