Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .reuse/dep5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: UI5 WebComponents Sample with Angular
Upstream-Contact: SAP OpenUI5 <openui5@sap.com>
Source: https://github.com/SAP-samples/ui5-webcomponents-sample-angular
Source: https://github.com/UI5/sample-webcomponents-angular
Disclaimer: The code in this project may include calls to APIs (“API Calls”) of
SAP or third-party products or services developed outside of this project
(“External Products”).
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![UI5 logo](/docs/images/UI5_logo_wide.png)
[![CI](https://github.com/SAP-samples/ui5-webcomponents-sample-angular/actions/workflows/ci.yaml/badge.svg)](https://github.com/SAP-samples/ui5-webcomponents-sample-angular/actions/workflows/ci.yaml)
[![REUSE status](https://api.reuse.software/badge/github.com/SAP-samples/ui5-webcomponents-sample-angular)](https://api.reuse.software/info/github.com/SAP-samples/ui5-webcomponents-sample-angular)
[![CI](https://github.com/UI5/sample-webcomponents-angular/actions/workflows/ci.yaml/badge.svg)](https://github.com/UI5/sample-webcomponents-angular/actions/workflows/ci.yaml)
[![REUSE status](https://api.reuse.software/badge/github.com/UI5/sample-webcomponents-angular)](https://api.reuse.software/info/github.com/UI5/sample-webcomponents-angular)

# UI5 Web Components Angular Sample Application

Expand All @@ -14,8 +14,8 @@ This project was bootstrapped with [Angular CLI](https://cli.angular.io/).
## Getting started
1. [Clone this repository](https://help.github.com/articles/cloning-a-repository/) using the [GitHub Command line tool](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and navigate into the downloaded directory.
```sh
git clone https://github.com/SAP-samples/ui5-webcomponents-sample-angular.git
cd ui5-webcomponents-sample-angular
git clone https://github.com/UI5/sample-webcomponents-angular.git
cd sample-webcomponents-angular
```
1. Install all dependencies
```sh
Expand Down
2 changes: 1 addition & 1 deletion e2e/src/app.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ describe('workspace-project App', () => {

it('should display welcome message', () => {
page.navigateTo();
expect(page.getTitleText()).toEqual('Welcome to ui5-webcomponents-sample-angular!');
expect(page.getTitleText()).toEqual('Welcome to UI5/sample-webcomponents-angular!');
});
});
2 changes: 1 addition & 1 deletion src/app/header/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<b>Edition</b>: Enterprise <br>
<b>Admin version</b>: Angular Admin <br>
<hr />
<span class="help-dialog-text">For more information, please visit our <a href="https://github.com/SAP-samples/ui5-webcomponents-sample-angular" target="_blank">documentation</a>.</span>
<span class="help-dialog-text">For more information, please visit our <a href="https://github.com/UI5/sample-webcomponents-angular" target="_blank">documentation</a>.</span>
<p>

<div class="dialog-button">
Expand Down
Loading