ng-conduit
ng-conduit copied to clipboard
Realworld Conduit frontend application with Angular Standalone Components
Angular 14 with Standalone Component codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.
Demo RealWorld
This codebase was created to demonstrate a fully fledged Front-end application built with Angular 14 w/ Standalone Component including CRUD operations, authentication, routing, pagination, and more.
This is to explore and showcase how Angular 14 w/ Standalone Component would look like in a project.
For more information on how to this works with other frontends/backends, head over to the RealWorld repo.
How it works
Describe the general architecture of your app here
- All Components are authored with
standalone:true
- Experimenting with
inject()
instead of traditional Constructor DI - Using
@ngrx/component-store
as State Management solution - API SDK Stub is generated with Nswag
Getting started
-
pnpm install
-
npm run serve