commit
2cef88be8c
@ -4,7 +4,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve",
|
"start": "ng serve",
|
||||||
"build": "ng build",
|
"build": "ng build --prod --build-optimizer",
|
||||||
"watch": "ng build --watch --configuration development",
|
"watch": "ng build --watch --configuration development",
|
||||||
"test": "ng test",
|
"test": "ng test",
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
<div class="col-md-4 login-container">
|
<div class="col-md-4 login-container">
|
||||||
<div class="card card-container no-border">
|
<div class="card card-container no-border">
|
||||||
|
<img
|
||||||
|
id="profile-img"
|
||||||
|
src="../../../assets/Stonks.jpg"
|
||||||
|
class="profile-img-card"
|
||||||
|
/>
|
||||||
<form
|
<form
|
||||||
*ngIf="!isLoggedIn"
|
*ngIf="!isLoggedIn"
|
||||||
name="form"
|
name="form"
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 33 KiB |
Loading…
Reference in New Issue
Block a user