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
<p><ahref="https://material.angular.io/guide/creating-a-custom-form-field-control" target="_blank">Creating a custom form field control</a>Creating a custom form field control</p>
116
+
<p><ahref="https://material.angular.io/" target="_blank">Angular Material Docs</a></p>
Copy file name to clipboardExpand all lines: platform/platform.html
+18-8Lines changed: 18 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -587,13 +587,10 @@ <h1>Questions?</h1>
587
587
<h2>Summary</h2>
588
588
<ul>
589
589
<li>
590
-
First ...<br>
591
-
<ulclass="ul-small">
592
-
<li>First detail...</li>
593
-
<li>Another detail ...</li>
594
-
</ul>
590
+
A progressive web app (PWA) is an app that's built using web platform technologies, but that provides a user experience like that of a platform-specific app. <br>
595
591
</li>
596
-
<li>Second ..</li>
592
+
<li>A service worker can be used for caching, background syncting and push Notifications</li>
593
+
<li>PWAs can use storage technologies like localStorage, sessionStorage, IndexedDB or WebSQL</li>
0 commit comments