diff --git a/core/examples/luigi-sample-angular/README.md b/core/examples/luigi-sample-angular/README.md index 69f1d57460..0a67b812b0 100644 --- a/core/examples/luigi-sample-angular/README.md +++ b/core/examples/luigi-sample-angular/README.md @@ -35,16 +35,14 @@ To have this application running, follow these steps: You can use hash-based routing or path-based routing in your application: - - To run Luigi with hash-based routing, change the **routing.useHashrouting** configuration to `true` and run the following command: + - To run Luigi with hash-based routing, set the **routing.useHashrouting** configuration to `true`. + - To run Luigi with path-based routing, set the **routing.useHashrouting** configuration to `false`. + + Run the server with the following command: ```bash npm run start ``` - - To run Luigi with path-based routing, change the **routing.useHashrouting** configuration to `false` and run the following command: - ```bash - npm run startWebpack - ``` - 5. Go to [http://localhost:4200/](http://localhost:4200/) to start the application. 6. Optional: Reflect the changes introducted to the Luigi Core code in the sample application. @@ -68,11 +66,6 @@ Run the sample application to perform the tests. When the application is ready: