|
51 | 51 | line-height: 100%;
|
52 | 52 | letter-spacing: -0.125rem;
|
53 | 53 | margin: 0;
|
54 |
| - font-family: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, |
55 |
| - Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", |
56 |
| - "Segoe UI Symbol"; |
| 54 | + font-family: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", |
| 55 | + Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", |
| 56 | + "Segoe UI Emoji", "Segoe UI Symbol"; |
57 | 57 | }
|
58 | 58 |
|
59 | 59 | p {
|
|
226 | 226 | </defs>
|
227 | 227 | </svg>
|
228 | 228 | <h1>Hello, {{ title }}</h1>
|
229 |
| - <p>Congratulations! Your app is running. 🎉</p> |
| 229 | + <app-chart></app-chart> |
230 | 230 | </div>
|
231 | 231 | <div class="divider" role="separator" aria-label="Divider"></div>
|
232 | 232 | <div class="right-side">
|
233 | 233 | <div class="pill-group">
|
234 |
| - @for (item of [ |
235 |
| - { title: 'Explore the Docs', link: 'https://angular.dev' }, |
236 |
| - { title: 'Learn with Tutorials', link: 'https://angular.dev/tutorials' }, |
237 |
| - { title: 'CLI Docs', link: 'https://angular.dev/tools/cli' }, |
238 |
| - { title: 'Angular Language Service', link: 'https://angular.dev/tools/language-service' }, |
239 |
| - { title: 'Angular DevTools', link: 'https://angular.dev/tools/devtools' }, |
240 |
| - ]; track item.title) { |
241 |
| - <a |
242 |
| - class="pill" |
243 |
| - [href]="item.link" |
244 |
| - target="_blank" |
245 |
| - rel="noopener" |
| 234 | + @for (item of [ { title: 'Explore the Docs', link: 'https://angular.dev' |
| 235 | + }, { title: 'Learn with Tutorials', link: |
| 236 | + 'https://angular.dev/tutorials' }, { title: 'CLI Docs', link: |
| 237 | + 'https://angular.dev/tools/cli' }, { title: 'Angular Language Service', |
| 238 | + link: 'https://angular.dev/tools/language-service' }, { title: 'Angular |
| 239 | + DevTools', link: 'https://angular.dev/tools/devtools' }, ]; track |
| 240 | + item.title) { |
| 241 | + <a class="pill" [href]="item.link" target="_blank" rel="noopener"> |
| 242 | + <span>{{ item.title }}</span> |
| 243 | + <svg |
| 244 | + xmlns="http://www.w3.org/2000/svg" |
| 245 | + height="14" |
| 246 | + viewBox="0 -960 960 960" |
| 247 | + width="14" |
| 248 | + fill="currentColor" |
246 | 249 | >
|
247 |
| - <span>{{ item.title }}</span> |
248 |
| - <svg |
249 |
| - xmlns="http://www.w3.org/2000/svg" |
250 |
| - height="14" |
251 |
| - viewBox="0 -960 960 960" |
252 |
| - width="14" |
253 |
| - fill="currentColor" |
254 |
| - > |
255 |
| - <path |
256 |
| - d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z" |
257 |
| - /> |
258 |
| - </svg> |
259 |
| - </a> |
| 250 | + <path |
| 251 | + d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z" |
| 252 | + /> |
| 253 | + </svg> |
| 254 | + </a> |
260 | 255 | }
|
261 | 256 | </div>
|
262 | 257 | <div class="social-links">
|
@@ -332,5 +327,4 @@ <h1>Hello, {{ title }}</h1>
|
332 | 327 | <!-- * * * * * * * * * * End of Placeholder * * * * * * * * * * * * -->
|
333 | 328 | <!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -->
|
334 | 329 |
|
335 |
| - |
336 | 330 | <router-outlet />
|
0 commit comments