Skip to content
This repository was archived by the owner on Aug 19, 2024. It is now read-only.

Commit 1438476

Browse files
committed
Migrate ag-Grid Angular CLI example to here
1 parent 1963aa6 commit 1438476

1 file changed

Lines changed: 5 additions & 13 deletions

File tree

README.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ag-Grid-angular-examples - angular-cli
44

55
Example of using ag-Grid with Angular and TypeScript
66

7-
**Note** We only show the "Rich Grid" example in use here. For the full set of examples please look under the **../ngtools_webpack** folder
7+
**Note** We only show the "Rich Grid" example in use here. For the full set of examples please look under refer to `www.ag-grid.com`
88

99
Building
1010
========
@@ -18,23 +18,15 @@ Dev Server
1818

1919
To build & run:
2020

21-
- `ng serve`
21+
- `npm start`
2222

23-
Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
23+
Navigate to `http://localhost:8080/`. The app will automatically reload if you change any of the source files.
2424

2525
Building
2626
========
2727

28-
To build:
28+
To do a prod build (with AOT):
2929

30-
- `ng build`
31-
32-
To do a prod build:
33-
34-
- `ng build --prod`
35-
36-
To do a AOT build:
37-
38-
- `ng build --aot`
30+
- `npm run build`
3931

4032
The build artifacts will be stored in the `dist/` directory.

0 commit comments

Comments
 (0)