Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

docs: updating readme #724

Merged
merged 2 commits into from
Apr 30, 2021
Merged

docs: updating readme #724

merged 2 commits into from
Apr 30, 2021

Conversation

sumitarora
Copy link
Member

No description provided.

README.md Outdated
@@ -1,27 +1,73 @@
# AngularDevtools
# Angular Devtools
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# Angular Devtools
# Angular DevTools

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

README.md Outdated

## Code scaffolding
Angular Devtools is a Chrome Developer Tools extension for debugging Angular applications.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Angular Devtools is a Chrome Developer Tools extension for debugging Angular applications.
Angular DevTools is a Chrome DevTools extension for debugging and profiling Angular applications.

README.md Outdated

Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
You can install the extension from: [Chrome Store](#)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
You can install the extension from: [Chrome Store](#)
You can install the extension from: [Chrome Web Store](#)

README.md Outdated

Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
Angular DevTools is a Chrome extension that provides debugging and profiling capabilities for Angular applications. A hard requirement is that the Angular application is running in development mode. If you plan to read the original source code, it is a good idea to generate source maps. Otherwise you will be forced to work with the compiled JavaScript code.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think using source maps impacts developers' experience when using Angular DevTools?

README.md Outdated

Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
Angular Devtools supports Angular v9 and above, with Ivy enabled.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Angular Devtools supports Angular v9 and above, with Ivy enabled.
Angular DevTools supports Angular v9 and above, with Ivy enabled.

README.md Outdated

## Running end-to-end tests
## Working on Angular Devtools
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## Working on Angular Devtools
## Working on Angular DevTools

README.md Outdated

## Further help
To develop the Devtools extension, the following environment is used:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can drop this section. People need the Angular CLI, which has node as a pre-requirement. TypeScript is a project dependency, but also is rxjs, we don't need to mention this.

README.md Outdated

### Installing and Running locally

To install and run Devtools locally, perform the following steps:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To install and run Devtools locally, perform the following steps:
To setup your local development environment for Angular DevTools, perform the following steps:

Copy link
Contributor

@mgechev mgechev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a few more suggestions.

@sumitarora
Copy link
Member Author

@mgechev updated readme

@mgechev mgechev merged commit 8cb0224 into master Apr 30, 2021
@mgechev mgechev deleted the feat-readme branch April 30, 2021 16:36
AleksanderBodurri pushed a commit to AleksanderBodurri/angular-devtools that referenced this pull request Sep 16, 2021
* docs: updating readme

* docs: updating readme
AleksanderBodurri pushed a commit to AleksanderBodurri/angular-devtools that referenced this pull request Sep 27, 2021
* docs: updating readme

* docs: updating readme
AleksanderBodurri pushed a commit to AleksanderBodurri/angular-devtools that referenced this pull request Oct 27, 2021
* docs: updating readme

* docs: updating readme
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants