Skip to content

Commit

Permalink
2303 modal path navigation (#2505)
Browse files Browse the repository at this point in the history
* 2303: Work in progress

* 2303: Work in progress

* 2303: Cleaning

* 2303: Clean up

* 2303: Clean readme/docs

* 2303: Clean readme

* Update client-frameworks-support/client-support-angular/README.md

Co-authored-by: Aleksandra Simeonova <aleksandra.simeonova@sap.com>

* Update client-frameworks-support/client-support-angular/README.md

Co-authored-by: Aleksandra Simeonova <aleksandra.simeonova@sap.com>

* test

* 2303: Restructure the example

* 2303: Restructure

* Update Angular

* Update Angular

* 2303: Update typescript

* 2303: Work in progress - tests

* 2303: Add tests

* Bump url-parse in /core/examples/luigi-example-react (#2591)

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](unshiftio/url-parse@1.4.7...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 2303: Add tests

* 2303: Commit package-locks

* 2303: Fix order of parameters

* 2303: Fix d.ts

* 2303: Update package-locks

* 2303: Pass params in linkManager & App.svelte

* 2303: Add linkManager/App.svelte change

* 2303: addHistoryEntry & isModal added

* 2303: NEXT_RELEASE change to NEXTRELEASE

* 2303: Clean example

* 2303: Restore scripts package.json

* 2303: Add empty line

Co-authored-by: rafalgamon <85629258+rafalgamon@users.noreply.github.com>
Co-authored-by: Aleksandra Simeonova <aleksandra.simeonova@sap.com>
Co-authored-by: Johannes Doberer <johannes.doberer@sap.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
5 people authored Mar 31, 2022
1 parent ac169f6 commit 45bd1b0
Show file tree
Hide file tree
Showing 16 changed files with 8,422 additions and 22,630 deletions.
26 changes: 2 additions & 24 deletions client-frameworks-support/client-support-angular/README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,5 @@
# ClientSupportAngular

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.1.
ClientSupportAngular is a library that provides several features to run your Angular application inside the Luigi micro frontend framework.

## Development server

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.

## Code scaffolding

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`.

## Build

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.

## Running unit tests

Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Running end-to-end tests

Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).

## Further help

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.
You can find more information in the [main README file](https://github.com/SAP/luigi/tree/master/client-frameworks-support/client-support-angular/projects/client-support-angular#readme).
Loading

0 comments on commit 45bd1b0

Please sign in to comment.