Initial Angular project

This commit is contained in:
Geomitron
2020-02-02 19:26:14 -05:00
parent 09cb5d2c5c
commit 66038d9e76
16 changed files with 38 additions and 74 deletions

View File

@@ -1,13 +1,11 @@
{
"name": "new-bridge",
"name": "bridge",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
"lint": "ng lint"
},
"private": true,
"dependencies": {
@@ -33,4 +31,4 @@
"tslint": "~5.15.0",
"typescript": "~3.5.3"
}
}
}