Skip to content

Commit

Permalink
Update to Angular 13
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer committed Dec 9, 2021
1 parent 3ad1b53 commit 41b5611
Show file tree
Hide file tree
Showing 13 changed files with 15,826 additions and 16,475 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ node/
npm-debug.log
testem.log
/typings

# e2e
/e2e/*.map
.angular/

# System Files
.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ $ cat > ng
#!/bin/sh
cd $(dirname $0)
PATH="$PWD/node/":"$PWD":$PATH
node_modules/@angular/cli/bin/ng "$@"
node_modules/@angular/cli/bin/ng.js "$@"
$ chmod +x ng
$ ./ng --version
_ _ ____ _ ___
Expand Down
2 changes: 0 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"outputPath": "target/classes/static",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "src/tsconfig.app.json",
"assets": [
"src/favicon.ico",
Expand Down Expand Up @@ -68,7 +67,6 @@
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "src/test.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "src/tsconfig.spec.json",
"karmaConfig": "src/karma.conf.js",
"styles": [
Expand Down
28 changes: 0 additions & 28 deletions e2e/protractor.conf.js

This file was deleted.

14 changes: 0 additions & 14 deletions e2e/src/app.e2e-spec.ts

This file was deleted.

11 changes: 0 additions & 11 deletions e2e/src/app.po.ts

This file was deleted.

13 changes: 0 additions & 13 deletions e2e/tsconfig.e2e.json

This file was deleted.

2 changes: 1 addition & 1 deletion ng
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
cd $(dirname $0)
PATH="$PWD/node/":$PATH
./node_modules/@angular/cli/bin/ng "$@"
./node_modules/@angular/cli/bin/ng.js "$@"
Loading

0 comments on commit 41b5611

Please sign in to comment.