I'm going to explain what to do for Converting your App into a Progressive Web App. Or what's the same, for using Service Workers.
Here you can see the demo of a Progressive Web App with Service Workers.
It's very easy.
You have to use Angular/Cli in your Angular App and do the next three steps:
- First, you have to change your Angular/Cli config file and add the next line:
{
"apps": [
{ "serviceWorker": true } ]
}
- Second, you have to install the Service Workers dependency:
"external": {
"urls": [
{"url": "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"},
{"url": "https://cdn.rawgit.com/konpa/devicon/4f6a4b08efdad6bb29f9cc801f5c07e263b39907/devicon.min.css"},
{"url": "https://fonts.googleapis.com/icon?family=Material+Icons"},
{"url": "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"}
]
},
Try it and have fun!
No hay comentarios:
Publicar un comentario