Skip to content

nartc/ng-conduit

Repository files navigation

RealWorld Example App

Angular 14 with Standalone Component codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

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

About

Realworld Conduit frontend application with Angular Standalone Components

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages