Skip to content

Commit 1699b11

Browse files
committed
Formatting
1 parent 9899a34 commit 1699b11

File tree

10 files changed

+15727
-42
lines changed

10 files changed

+15727
-42
lines changed

APM-Start/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,5 @@ testem.log
4343
# System Files
4444
.DS_Store
4545
Thumbs.db
46+
47+
package-lock.json

APM-Start/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,18 @@ This project was generated with [Angular CLI](https://github.com/angular/angular
44

55
## Development server
66

7-
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
7+
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change
8+
any of the source files.
89

910
## Code scaffolding
1011

11-
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`.
12+
Run `ng generate component component-name` to generate a new component. You can also
13+
use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
1214

1315
## Build
1416

15-
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.
17+
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag
18+
for a production build.
1619

1720
## Running unit tests
1821

@@ -24,4 +27,5 @@ Run `ng e2e` to execute the end-to-end tests via a platform of your choice.
2427

2528
## Further help
2629

27-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
30+
To get more help on the Angular CLI use `ng help` or go check out
31+
the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.

0 commit comments

Comments
 (0)