Skip to content

Commit ea798e7

Browse files
committed
10: add link
1 parent 161d4f5 commit ea798e7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# angular-material-login-and-register-example
22

3-
Link to Youtube-Video: tbd
3+
Link to Youtube-Video: https://youtu.be/S2xwcY3QKBc
4+
5+
Please read the docs carefully - all requests to the backend are "mocked" but there are "commented" examples that you can use (and modify) to fit your specific needs.
46

57
## How to run
68
First run `npm i` and then `ng serve`, then you can open localhost:4200 in your Browser
@@ -38,7 +40,7 @@ add angular Material to your Angular app
3840

3941
Generate the modules Public, Private and Shared
4042
`ng g module public`
41-
`ng g module private`
43+
`ng g module protected`
4244

4345
Generate the components
4446
`ng g c public/login`

0 commit comments

Comments
 (0)