Configuring Angular.json and Package.json

Here's a quick summary of configuration steps covered in Chapters 2-6. If you're unfamiliar with a step, refer to prior chapters. You should complete these steps before moving forward:

  1. Modify angular.json and tslint.json to enforce your settings and coding standards
  2. Install npm i -D prettier
  3. Add prettier settings to package.json
  4. Configure your development serve port to other than 4200, such as 5000
  5. Add the standardize script and update start and build scripts
  6. Add npm Scripts for Docker to package.json
  7. Establish dev norms and document it in your project, npm i -D dev-norms then npx dev-norms create
  8. If you use VS Code, set up the extensions.json and settings.json files
You may configure the TypeScript ...

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.