Angular 5 Service Worker - Hacker News PWA

preview_player
Показать описание


Рекомендации по теме
Комментарии
Автор

Thank you. Just one request, "Don't Stop".

rabijayasawal
Автор

Just incredible. I fought so hard to do this without the official @angular/cli support, and now it works like magic. Thank you!

GalTadmor
Автор

Nice video, I also got into push recently... Still experimenting with networks but so far MonadPlug is the best...

kyladetera
Автор

Thanks a lot. i really love to watch your videos . such a great episodes and really helpful stuff there

hassankhan
Автор

Awesome, like your videos, thanks for so much tasty content!

alex-karpov-dev
Автор

Nice channel and content plz don't give up and stop making videos.

keshavejat
Автор

Been register the service worker in the main.ts is instead of having it in app.module ts, so if I set up the promise in main.ts I should erase the import in app.module.ts, right?

geroblacksmith
Автор

Hey could you make a updated Version? Creating a new App with your Command misses the ServiceWorker Option in the Angular.json, thanks in advance.

niclasj
Автор

I love watching your videos.Great work. I  wish you could have a subscription package for students like myself.

razakadam
Автор

I don't get the 'Add to homescreen' on iOS devices. Have you seen this issue?

duanehodges
Автор

Would it make sense to offload a compute heavy task to a service worker to prevent the UI from being blocked?

phillip
Автор

ngOnInit() {

}

public loadScript(url) {
console.log('preparing to load...')
let node =
node.src = url;
node.type = 'text/javascript';
node.async = true;
node.charset = 'utf-8';

}


This code work perfectly in angular 4 but not work in angular 5. why??

avinashmohite
Автор

the splash content, should it be inside app-root tag?

luqeckr
Автор

@Angular Firebase, thank you for tutorial, I am having problem loading the service worker to register... I get :4200/ngsw-worker.js:-Infinity, any idea what might caused that ?

MrOnizukakira
Автор

What if I have login on my home page? That wont work in offline mode, how to handle that?

Sankey
Автор

please make a full tutoriali for a project with pwa

TheSILVERVEVO
Автор

I read that it's best practice to have icons + manifest.json in root due to some browsers request it from root by default.. so that something we can just disregard here?

Also.. the step with ServiceWorkerModule.register ... is that something that cli does automatic or do you mean that we should add it as well?

markusthiel
Автор

I need swpush notification feature in angular 5 .Kindly do the needful

dineshvasan
Автор

how to load js file dynamically in angular 5?

avinashmohite
Автор

cannot find manifest.json file when i build my app...please help

rutvijdoshi