This post will be a brief tutorial on Angular PWA Development which demonstrates: Generating PWA Application with Angular CLI (If you are new to PWA and Service Workers, you may need to start off here and here.Adding an install buttonNotifying for updates Generating PWA with Angular CLI Create your application ng n awesome-pwaAdd PWA Support … Continue reading Angular PWA Development
Category: Tutorial
Export Angular Material Tables
Data is everything and everywhere. UX to present complicated information is cruicial for data centric use-cases. Most of the time good old tables suffice and almost always requirement specifications imply "Table Export" feature. If you are lucky the component suit you develope with handles table exporting boilerplate otherwise it would be the time to invent … Continue reading Export Angular Material Tables
Serving Angular as GitHub Pages
This post will be a brief road-map for those who want to serve the built files of an Angular repository in github-pages instead of serving repo's README.md files. What is GitHub Pages? GitHub by default uses the README.md file inside the root of the repository as the repository's docs page. If you want to change … Continue reading Serving Angular as GitHub Pages