Files
www-ssg/src/feed/posts/2020-12-02-converting-an-ionicangular-site-into-a-progressive-web-app.md

18 lines
717 B
Markdown
Raw Normal View History

2026-02-28 12:13:24 -06:00
---
layout: feed_post
title: "Converting an Ionic/Angular Site into a Progressive Web App"
slug: 5fc68b4f5b35c233d85fd294
date: 2020-12-01 11:00:00
tags: feed
permalink: /feed/2020-12-02-converting-an-ionicangular-site-into-a-progressive-web-app/
feedtags:
- Blog Post
---
<p>
For the last year or so, I've been working on converting an Ionic app to a progressive
web app with offline support called <a href="https://noded.garrettmills.dev/" target="_blank">Noded</a>. I decided to
write up my findings on how to do this with Angular service-worker.
</p>
<p>
Read more about it <a href="https://garrettmills.dev/blog/2020/12/01/Converting-Ionic-Angular-Site-into-PWA/" target="_blank">here</a>.
</p>