Directory Structure - rishi0624/ng7-notes GitHub Wiki

Package.JSON: This file holds all the dependency of application for development and production server and script command information which is executed on CLI.

e2e folder : This folder contain end to end testing configuration file.

angular.json : This file contain following information:

  • hold the schema.json file path
  • Application architect related information.
  • configurations file related information
  • test Tools related file path information
  • define source root file path.

JSON Schema is a tool that allows us to annotate and validate the structure of JSON data.