Skip to content

Commit be00391

Browse files
more public repo
1 parent 9876aa2 commit be00391

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/components/app-profile-page/app-profile-page.tsx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@ export class AppProfile {
108108
<td>Angular 19</td>
109109
</tr>
110110
<tr>
111+
<td>angular16-app (Dashboard)</td>
112+
<td><a href="https://sanjeetkumaritoutlook.github.io/angular16-app/" target="_blank">Visit</a></td>
113+
<td>Angular 16</td>
114+
</tr>
115+
<tr>
111116
<td>consuming-angular-app</td>
112117
<td><a href="https://sanjeetkumaritoutlook.github.io/consuming-angular-app/" target="_blank">Visit</a></td>
113118
<td>Angular 16</td>
@@ -147,6 +152,16 @@ export class AppProfile {
147152
<td><a href="https://sanjeetkumaritoutlook.github.io/react-local-stenciljs/" target="_blank">Visit</a></td>
148153
<td>React 18.2</td>
149154
</tr> */}
155+
<tr>
156+
<td>new-react-app</td>
157+
<td><a href="https://sanjeetkumaritoutlook.github.io/new-react-app/" target="_blank">Visit</a></td>
158+
<td>React 18</td>
159+
</tr>
160+
<tr>
161+
<td>formarray-forms</td>
162+
<td><a href="https://sanjeetkumaritoutlook.github.io/formarray-forms" target="_blank">Visit</a></td>
163+
<td>Angular 16</td>
164+
</tr>
150165
</table>
151166
</div>
152167
);

0 commit comments

Comments
 (0)