You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/angular/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ This example is a monorepo, meant to show many different features and integratio
20
20
-**Differential loading**: in production mode, we load a pair of `<script>` tags. Modern browsers will load code in the ES2015 syntax, which is smaller and requires fewer polyfills. Older browsers will load ES5 syntax.
21
21
-**Docker**: see below where we package up the production app for deployment on Kubernetes.
22
22
-**Server Side Rendering**: with the help of Angular Universal you can render your application on the server
23
+
-**Progressive Web App**: support for service worker and the app can be installed on phones and desktops (also has 90+ Lighthouse score)
23
24
24
25
This example is deployed at https://bazel.angular.io/example
0 commit comments