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
{{ message }}
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: demos/src/app/getting-started/getting-started.html
+21-7Lines changed: 21 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
<divclass="demo-panel-content">
2
2
<divclass="demo-panel-transition">
3
3
<h1>Getting started</h1>
4
-
<p>For help getting started with a new Angular app, check out the <ahref="https://cli.angular.io/" target="_blank" rel="noopener noreferrer">Angular CLI</a>.</p>
4
+
<p>For help getting started with a new Angular app, check out the <ahref="https://cli.angular.io/" target="_blank" rel="noopener">Angular CLI</a>.</p>
5
5
<p>For existing apps, follow these steps to begin using Angular MDC.</p>
For more information on using Material Icons, check out the <ahref="https://material.io/tools/icons/?style=baseline" target="_blank" rel="noopener">Material Icons Guide.</a>
27
+
Note that mdc-icon supports any font or svg icons; using Material Icons is one of many options.
28
+
29
+
<h2>Step 4: Import MDC Sass</h2>
30
+
In styles.scss add the following:
31
+
32
+
<pre><code[highlight]="sassHelp"></code></pre>
33
+
34
+
<h2>Step 5: Import component modules</h2>
21
35
Now just import the NgModule for each component you want to use.
0 commit comments