codestruggle
codestruggle

Reputation: 539

Build a progressive web apps using angular4.

I want to build a progressive web app using angular4. I have built some small angular web apps before but never a PWA. While researching I came across many ways to built PWA. Some say that use

  1. Ionic Framework to build PWA's
  2. PWA using angular4, service workers and manifest.

Can some expert give an advice at this point of time in technology which is the best and scalable solution to build a PWA out of the 2 solutions, Or if you have any other solution that would also be welcome but the only point is that I want to use angular4

Upvotes: 2

Views: 1065

Answers (1)

Ravinder Payal
Ravinder Payal

Reputation: 3031

According this page https://developers.google.com/web/progressive-web-apps/ on Google Developers

Progressive Web Apps are user experiences that have the reach of the web, and are:

Reliable - Load instantly and never show the downasaur, even in uncertain network conditions.

Fast - Respond quickly to user interactions with silky smooth animations and no janky scrolling.

Engaging - Feel like a natural app on the device, with an immersive user experience.

Now, Reliable And Engaging can be developed using Angular 4 + Angular 2/4 Material + Teradata Covalent

Angular 4 project has already gained maturity, and Material and Covalent are coming out of Beta, and there are little chances of breaking APIs.

Angular 4 Material: - https://material.angular.io Teradata Covalent:- https://teradata.github.io/covalent/

Upvotes: 2

Related Questions