PHINUG September 2018 Session
September 27, 2018I was invited to be one of the guest speakers in PHILIPPINE .NET USERS GROUP monthly session, It is my second time now do to a talk in PHINUG and I did a talk about Progressive Web Apps and how to create one in Angular.
Progressive Web Apps is probably one of the popular terms in web development since last year and as browsers also continue to progress and support service workers which is one of the three technical requirements for converting the website to PWA.
Earlier this year Angular did a major released which is version 6 and isĀ focused less on the underlying framework, and more on the toolchain and on making it easier to move quickly with Angular in the future. Version 6 has now built-in supportĀ for Service Workers just by using the command 'ng add @angular/pwa' it will automatically turn your application into a PWA by adding an app manifest and service worker.