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

Resources

340 |

Here are some links to help you get started:

341 | 342 | 367 | 368 | 369 |

Next Steps

370 |

What do you want to do next with your app?

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