diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2025-03-26 18:23:17 -0400 | 
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2025-03-26 18:23:17 -0400 | 
| commit | 0829feb20e60bc6d323dcc0d9376f4feb45115eb (patch) | |
| tree | 7ba0e9faf51a03127429689eff202c99d3f01fc4 /ufund-ui/src/app/components/cupboard/cupboard.component.html | |
| parent | d9eb78521f29ead3a9f70b09e18a6d9560cc849c (diff) | |
| download | JellySolutions-0829feb20e60bc6d323dcc0d9376f4feb45115eb.tar.gz JellySolutions-0829feb20e60bc6d323dcc0d9376f4feb45115eb.tar.bz2 JellySolutions-0829feb20e60bc6d323dcc0d9376f4feb45115eb.zip  | |
Push starter code for Input()
Diffstat (limited to '')
| -rw-r--r-- | ufund-ui/src/app/components/cupboard/cupboard.component.html | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/ufund-ui/src/app/components/cupboard/cupboard.component.html b/ufund-ui/src/app/components/cupboard/cupboard.component.html index 3ed06fb..c2d146b 100644 --- a/ufund-ui/src/app/components/cupboard/cupboard.component.html +++ b/ufund-ui/src/app/components/cupboard/cupboard.component.html @@ -1,6 +1,6 @@  <div>      <h1> Cupboard </h1> -    <app-need-list #needList></app-need-list> +    <app-need-list [editF]="" #needList></app-need-list>  </div>  <div *ngIf="isManager()" >      <h2 > Admin View </h2> @@ -23,7 +23,7 @@              <input type="submit" value="Submit">          </form>          <span *ngIf="statusText">{{statusText | async}}</span> -     +      </div>      <div id="update-form" *ngIf="selectedForm === 'update'">          <h1> Update Need </h1> @@ -41,8 +41,8 @@              <input type="submit" value="Submit">          </form>          <span *ngIf="statusText">{{statusText | async}}</span> -     +      </div>      <hr> -     +  </div>  | 
