You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Frontend: User website to support user registration, login and account management
13
-
- Angular 6, [@ng-toolkit/universal](https://github.com/maciejtreder/ng-toolkit), Bootstrap 4, JWT (JSON Web Token), Moment.js, Sweet Alert, Basic Unit & E2E test
14
+
- Angular 6, [@ng-toolkit/universal](https://github.com/maciejtreder/ng-toolkit), Bootstrap 4, JWT (JSON Web
15
+
Token), *Basic Unit & E2E test using Protractor+Jasmine*, Moment.js, Sweet Alert
14
16
15
17
**Demo**
16
18
@@ -187,7 +189,7 @@ Once all containers are finished compiling, then open the browser.
187
189
- Note that production Dockerfile will use [@ng-toolkit/universal](https://github.com/maciejtreder/ng-toolkit) to provide server side rendering, which means you will be able to provide compiled HTML for search engine.
188
190
189
191
190
-
## Troubleshootings
192
+
## Troubleshooting
191
193
192
194
**I changed backend/frontend code, but I cannot see changes in the browser.**
193
195
@@ -201,6 +203,7 @@ As mentioned earlier, you have to open `Developer Tool` to prevent cache if you
201
203
- [X] Upgrade Angular 4 to Angular 6
202
204
- [X] Dockerize application
203
205
- [X] Apply [server side rendering](https://github.com/maciejtreder/ng-toolkit) for Frontend project
0 commit comments