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: ng-material/index.html
+7-2
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,9 @@ <h2>Summary</h2>
95
95
<li>
96
96
Angular Material offers UI Components based on Material Design Spec. Theming gives the devloper the abilityy to change aspects of UI like color and typography
97
97
</li>
98
+
<li>
99
+
Form field is a component used to wrap several Angular Material components and apply common Text field styles. Creation of custom form fields also possible.
Copy file name to clipboardexpand all lines: platform/platform.html
+18-8
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