Skip to content

Commit ba9ba53

Browse files
committed
Implement one dynamic form for register and login page
1 parent 5f0597a commit ba9ba53

25 files changed

+636
-444
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ npm start
2323
npm run start:server
2424
```
2525

26+
# CI/CD (Continuous Integration/Continuous Delivery) with Heroku and GitHub
27+
https://www.youtube.com/watch?v=_tiecDrW6yY
28+
https://www.youtube.com/watch?v=O_xEqtjh1io
29+
https://devcenter.heroku.com/articles/github-integration
30+
2631
# Mockdata
2732

2833
```
@@ -51,6 +56,13 @@ git checkout –b <branch_name> -------- create new branch and move to that new
5156
git checkout <branch_name> -------- move to that branch
5257
git merge master -------- merge your changes of master branch to current branch
5358
```
59+
## Understanding the Angular CLI Workspace File
60+
https://nitayneeman.com/posts/understanding-the-angular-cli-workspace-file/
61+
https://blog.ninja-squad.com/2018/05/04/angular-cli-6.0/
62+
```
63+
@angular-devkit/build-angular: this is the one to build an Angular application, now a required dependency in your CLI projects.
64+
```
65+
5466

5567
# API
5668
## Authorization using JWT

0 commit comments

Comments
 (0)