319 | 320 | 321 |
322 | 323 | 324 | 325 | 326 | 327 | 328 | 329 | 330 | 331 | 332 | 333 | {{ title }} app is running! 334 | 335 | 336 | 337 | 338 | 339 |
340 | 341 | 342 |

Resources

343 |

Here are some links to help you get started:

344 | 345 | 370 | 371 | 372 |

Next Steps

373 |

What do you want to do next with your app?

374 | 375 | 376 | 377 |
378 |
379 | 380 | 381 | New Component 382 |
383 | 384 |
385 | 386 | 387 | Angular Material 388 |
389 | 390 |
391 | 392 | 393 | Add PWA Support 394 |
395 | 396 |
397 | 398 | 399 | Add Dependency 400 |
401 | 402 |
403 | 404 | 405 | Run and Watch Tests 406 |
407 | 408 |
409 | 410 | 411 | Build for Production 412 |
413 |
414 | 415 | 416 |
417 |
ng generate component xyz
418 |
ng add @angular/material
419 |
ng add @angular/pwa
420 |
ng add _____
421 |
ng test
422 |
ng build --prod
423 |
424 | 425 | 426 | 503 | 504 | 505 | 517 | 518 | 519 | 520 | 521 | 522 |