Blog Frontends
Blog Frontend — Angular
The blog client in modern Angular — standalone components, signals, Tailwind.
Angular without the boilerplate reputation: standalone components, signals for state, an HttpClient auth interceptor, and Tailwind for styling. Implements the same four views as its siblings against the shared blog API.
What's inside
- Standalone components — no NgModules
- Signals-based state where it helps
- HttpClient auth interceptor for JWTs
- Post list, detail, login, authoring views
- Tailwind design, dark-first
- Dockerfile → nginx for static hosting
Quickstart
$ curl -LO https://devai.io/downloads/blog-angular.zip$ unzip blog-angular.zip && cd blog-angular$ npm install$ npm start
about this series
Part of the devai.io blog series — the same API, four frontend takes.