[AngularJS] Re: AngularJS recruit needs some information

2019-01-01 Thread Sander Elias
Hi Stephane, Search for service-worker + AngularJs. This sounds like a perfect match. You can add an service-worker without even touching the AngularJs part. There are some breaking changes between 1.4 and 1.7, but you have to look those up. It's a couple of years since I really used AngularJs.

[AngularJS] AngularJS recruit needs some information

2019-01-01 Thread Stephane Belzile
Hi, I'm new to the AngularJS world and I have a few questions. Just before christmas I've been assigned the task of maintaining and improving an AngularJS application with the help of the developer who designed it and programmed it over the years. But the next day, he decided to quit his job

[AngularJS] cdk-virtual-scroll-viewport usage with angular/flex-layout (row and wrap)

2019-01-01 Thread Martin Kuhn
I would like to use virtual scrolling with flexlayout - e. g. the following code should work with virtual scrolling: Item #{{i}} - ({{size}}px) I made a little demo: https://stackblitz.com/edit/angular-tikbvh which shows the result (without

[AngularJS] How to SSR on specific routes on angular-universal?

2019-01-01 Thread juhil
I am using angular-universal in my PWA app for a SEOpurpose which is working fine, but it has the following issues 1). PWA app is not working in offline mode. 2). During first time load of the app, it flickers screen component (i think it is due to SSR) So what I was thinking like if we are