Skip to content
This repository was archived by the owner on Sep 14, 2021. It is now read-only.

Commit b8c4f5c

Browse files
authored
Update links to demo component source code (#27)
Change angular_components_examples to angular_components_example.
1 parent f4a97d6 commit b8c4f5c

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

lib/app_component.html

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<h2>Demo App</h2>
3333
<section class="source-links">
3434
<a class="source-link"
35-
href="https://github.com/dart-lang/angular_components_examples/tree/master/lib/src/demo_app"
35+
href="https://github.com/dart-lang/angular_components_example/tree/master/lib/src/demo_app"
3636
target="_blank">
3737
Example Source
3838
</a>
@@ -49,7 +49,7 @@ <h2>Glyphs</h2>
4949
Component Source
5050
</a>
5151
<a class="source-link"
52-
href="https://github.com/dart-lang/angular_components_examples/tree/master/lib/src/glyph_demo"
52+
href="https://github.com/dart-lang/angular_components_example/tree/master/lib/src/glyph_demo"
5353
target="_blank">
5454
Example Source
5555
</a>
@@ -66,7 +66,7 @@ <h2>Buttons</h2>
6666
Component Source
6767
</a>
6868
<a class="source-link"
69-
href="https://github.com/dart-lang/angular_components_examples/tree/master/lib/src/material_button_demo"
69+
href="https://github.com/dart-lang/angular_components_example/tree/master/lib/src/material_button_demo"
7070
target="_blank">
7171
Example Source
7272
</a>
@@ -83,7 +83,7 @@ <h2>Input Boxes</h2>
8383
Component Source
8484
</a>
8585
<a class="source-link"
86-
href="https://github.com/dart-lang/angular_components_examples/tree/master/lib/src/material_input_demo"
86+
href="https://github.com/dart-lang/angular_components_example/tree/master/lib/src/material_input_demo"
8787
target="_blank">
8888
Example Source
8989
</a>
@@ -100,7 +100,7 @@ <h2>Checkboxes</h2>
100100
Component Source
101101
</a>
102102
<a class="source-link"
103-
href="https://github.com/dart-lang/angular_components_examples/tree/master/lib/src/material_checkbox_demo"
103+
href="https://github.com/dart-lang/angular_components_example/tree/master/lib/src/material_checkbox_demo"
104104
target="_blank">
105105
Example Source
106106
</a>
@@ -117,7 +117,7 @@ <h2>Spinners</h2>
117117
Component Source
118118
</a>
119119
<a class="source-link"
120-
href="https://github.com/dart-lang/angular_components_examples/tree/master/lib/src/material_spinner_demo"
120+
href="https://github.com/dart-lang/angular_components_example/tree/master/lib/src/material_spinner_demo"
121121
target="_blank">
122122
Example Source
123123
</a>
@@ -134,7 +134,7 @@ <h2>Yes/No Buttons</h2>
134134
Component Source
135135
</a>
136136
<a class="source-link"
137-
href="https://github.com/dart-lang/angular_components_examples/tree/master/lib/src/material_yes_no_buttons_demo"
137+
href="https://github.com/dart-lang/angular_components_example/tree/master/lib/src/material_yes_no_buttons_demo"
138138
target="_blank">
139139
Example Source
140140
</a>
@@ -151,7 +151,7 @@ <h2>Chips</h2>
151151
Component Source
152152
</a>
153153
<a class="source-link"
154-
href="https://github.com/dart-lang/angular_components_examples/tree/master/lib/src/material_chips_demo"
154+
href="https://github.com/dart-lang/angular_components_example/tree/master/lib/src/material_chips_demo"
155155
target="_blank">
156156
Example Source
157157
</a>
@@ -168,7 +168,7 @@ <h2>Expansion Panels</h2>
168168
Component Source
169169
</a>
170170
<a class="source-link"
171-
href="https://github.com/dart-lang/angular_components_examples/tree/master/lib/src/material_expansionpanel_demo"
171+
href="https://github.com/dart-lang/angular_components_example/tree/master/lib/src/material_expansionpanel_demo"
172172
target="_blank">
173173
Example Source
174174
</a>
@@ -185,7 +185,7 @@ <h2>Progress Bars</h2>
185185
Component Source
186186
</a>
187187
<a class="source-link"
188-
href="https://github.com/dart-lang/angular_components_examples/tree/master/lib/src/material_progress_demo"
188+
href="https://github.com/dart-lang/angular_components_example/tree/master/lib/src/material_progress_demo"
189189
target="_blank">
190190
Example Source
191191
</a>
@@ -202,7 +202,7 @@ <h2>Radio Buttons</h2>
202202
Component Source
203203
</a>
204204
<a class="source-link"
205-
href="https://github.com/dart-lang/angular_components_examples/tree/master/lib/src/material_radio_demo"
205+
href="https://github.com/dart-lang/angular_components_example/tree/master/lib/src/material_radio_demo"
206206
target="_blank">
207207
Example Source
208208
</a>
@@ -219,7 +219,7 @@ <h2>Tabs</h2>
219219
Component Source
220220
</a>
221221
<a class="source-link"
222-
href="https://github.com/dart-lang/angular_components_examples/tree/master/lib/src/material_tab_demo"
222+
href="https://github.com/dart-lang/angular_components_example/tree/master/lib/src/material_tab_demo"
223223
target="_blank">
224224
Example Source
225225
</a>
@@ -236,7 +236,7 @@ <h2>Toggles</h2>
236236
Component Source
237237
</a>
238238
<a class="source-link"
239-
href="https://github.com/dart-lang/angular_components_examples/tree/master/lib/src/material_toggle_demo"
239+
href="https://github.com/dart-lang/angular_components_example/tree/master/lib/src/material_toggle_demo"
240240
target="_blank">
241241
Example Source
242242
</a>
@@ -253,7 +253,7 @@ <h2>Reorder Lists</h2>
253253
Component Source
254254
</a>
255255
<a class="source-link"
256-
href="https://github.com/dart-lang/angular_components_examples/tree/master/lib/src/reorder_list_demo"
256+
href="https://github.com/dart-lang/angular_components_example/tree/master/lib/src/reorder_list_demo"
257257
target="_blank">
258258
Example Source
259259
</a>
@@ -270,7 +270,7 @@ <h2>Scorecards</h2>
270270
Component Source
271271
</a>
272272
<a class="source-link"
273-
href="https://github.com/dart-lang/angular_components_examples/tree/master/lib/src/scorecard_demo"
273+
href="https://github.com/dart-lang/angular_components_example/tree/master/lib/src/scorecard_demo"
274274
target="_blank">
275275
Example Source
276276
</a>
@@ -287,7 +287,7 @@ <h2>Popups</h2>
287287
Component Source
288288
</a>
289289
<a class="source-link"
290-
href="https://github.com/dart-lang/angular_components_examples/tree/master/lib/src/material_popup_demo"
290+
href="https://github.com/dart-lang/angular_components_example/tree/master/lib/src/material_popup_demo"
291291
target="_blank">
292292
Example Source
293293
</a>
@@ -304,7 +304,7 @@ <h2>Modal Dialogs</h2>
304304
Component Source
305305
</a>
306306
<a class="source-link"
307-
href="https://github.com/dart-lang/angular_components_examples/tree/master/lib/src/material_dialog_demo"
307+
href="https://github.com/dart-lang/angular_components_example/tree/master/lib/src/material_dialog_demo"
308308
target="_blank">
309309
Example Source
310310
</a>
@@ -321,7 +321,7 @@ <h2>Tooltips</h2>
321321
Component Source
322322
</a>
323323
<a class="source-link"
324-
href="https://github.com/dart-lang/angular_components_examples/tree/master/lib/src/material_tooltip_demo"
324+
href="https://github.com/dart-lang/angular_components_example/tree/master/lib/src/material_tooltip_demo"
325325
target="_blank">
326326
Example Source
327327
</a>
@@ -338,7 +338,7 @@ <h2>Lists</h2>
338338
Component Source
339339
</a>
340340
<a class="source-link"
341-
href="https://github.com/dart-lang/angular_components_examples/tree/master/lib/src/material_list_demo"
341+
href="https://github.com/dart-lang/angular_components_example/tree/master/lib/src/material_list_demo"
342342
target="_blank">
343343
Example Source
344344
</a>
@@ -355,7 +355,7 @@ <h2>Selects</h2>
355355
Component Source
356356
</a>
357357
<a class="source-link"
358-
href="https://github.com/dart-lang/angular_components_examples/tree/master/lib/src/material_select_demo"
358+
href="https://github.com/dart-lang/angular_components_example/tree/master/lib/src/material_select_demo"
359359
target="_blank">
360360
Example Source
361361
</a>

0 commit comments

Comments
 (0)