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
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,15 @@
1
-
# CRUDCleanArch
1
+
# Angular Clean Architecture
2
+
3
+
The project is implementing a clean architecture & ngrx for state management with PrimeNG for native Angular UI components. so that it’s easy to understand and easy to change as the project grows in the future and implement new technologies or packages.
2
4
3
5
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.5.
4
6
7
+
## Requirements
8
+
-[PrimeNG](https://primeng.org/installation)
9
+
-[fp-ts](https://github.com/wmaurer/ngx-fp-ts)
10
+
-[NgRx](https://ngrx.io/guide/store)
11
+
12
+
5
13
## Development server
6
14
7
15
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
0 commit comments