Skip to content

Commit

Permalink
- starting setup reaction service
Browse files Browse the repository at this point in the history
  • Loading branch information
ubaid4j committed May 31, 2024
1 parent 309a3e9 commit 0b4149c
Show file tree
Hide file tree
Showing 52 changed files with 605 additions and 1,466 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<p-card [header]="header" [subheader]="createdBy"
[style]="{width: '360px', marginTop: '1rem'}">
[style]="{width: '360px', marginTop: '1rem', backgroundColor: '#c1c1c1'}">
<p class="m-0">
{{content}}
</p>
<ng-template pTemplate="footer">
<div class="flex gap-3 mt-1">
<p-button label="Like" class="w-full" styleClass="w-full" />
</div>
</ng-template>
</p-card>
3 changes: 2 additions & 1 deletion api-gateway/src/main/webapp/app/posts/post/post.component.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import {Component, Input} from '@angular/core';
import {CardModule} from 'primeng/card';
import {ButtonModule} from "primeng/button";

@Component({
selector: 'app-post',
standalone: true,
imports: [CardModule],
imports: [CardModule, ButtonModule],
templateUrl: './post.component.html',
styleUrl: './post.component.css'
})
Expand Down
97 changes: 0 additions & 97 deletions currency-exchange/pom.xml

This file was deleted.

43 changes: 0 additions & 43 deletions currency-exchange/readme.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 0b4149c

Please sign in to comment.