330 | 331 | 332 |
333 | 334 | 335 | 336 | 337 | 338 | 339 | 340 | 341 | 342 | 343 | 344 | {{ title }} app is running! 345 | 346 | 347 | 348 | 349 | 350 |
351 | 352 | 353 |

Resources

354 |

Here are some links to help you get started:

355 | 356 | 381 | 382 | 383 |

Next Steps

384 |

What do you want to do next with your app?

385 | 386 | 387 | 388 |
389 |
390 | 391 | 392 | New Component 393 |
394 | 395 |
396 | 397 | 398 | Angular Material 399 |
400 | 401 |
402 | 403 | 404 | Add Dependency 405 |
406 | 407 |
408 | 409 | 410 | Run and Watch Tests 411 |
412 | 413 |
414 | 415 | 416 | Build for Production 417 |
418 |
419 | 420 | 421 |
422 |
ng generate component xyz
423 |
ng add @angular/material
424 |
ng add _____
425 |
ng test
426 |
ng build --prod
427 |
428 | 429 | 430 | 507 | 508 | 509 | 521 | 522 | 523 | 524 | 525 | 526 |