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 | 340 | 341 |

Resources

342 |

Here are some links to help you get started:

343 | 344 | 377 | 378 | 379 |

Next Steps

380 |

What do you want to do next with your app?

381 | 382 | 383 |
384 | 385 |
386 | 387 |

388 | {{ isOpen ? 'open' : 'closed' }} 389 |

390 | 391 |
392 |
393 | 394 | 395 | New Component 396 |
397 | 398 |
399 | 400 | 401 | Angular Material 402 |
403 | 404 |
405 | 406 | 407 | Add PWA Support 408 |
409 | 410 |
411 | 412 | 413 | Add Dependency 414 |
415 | 416 |
417 | 418 | 419 | Run and Watch Tests 420 |
421 | 422 |
423 | 424 | 425 | Build for Production 426 |
427 |
428 | 429 | 430 |
431 |
ng generate component xyz
432 |
ng add @angular/material
433 |
ng add @angular/pwa
434 |
ng add _____
435 |
ng test
436 |
ng build --prod
437 |
438 | 439 | 440 | 517 | 518 | 519 | 531 | 532 | 533 | 534 | 535 | 536 |