First in case you are consulting mobile.angular.io the flag --mobile doesn't work anymore.
So to start , we can create a normal project with angular cli.
ng new serviceWorking-example
cd serviceWorking-example
Now the important thing, to said to angular cli that we want to use service worker w...