Post Update Checklist

Post Update Checklist is useful in ensuring that you haven't introduced any regressions to your code base after making sweeping code changes. You are asked to consider executing this checklist after every phase of the update process. It may not always be possible or feasible to execute the entire list, but after making significant changes to your code base, if necessary, update your unit tests, and execute the following checklist incrementally:

  1. Build and smoke test your angular app
  2. Commit your changes
  3. With each commit, ensure that CI pipeline remains green
  4. If making functional changes, it may be required to follow release-cycle procedures of your organization, which may include manual testing by a QA team
  5. It is advisable ...

Get Angular 6 for Enterprise-Ready Web Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.