File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2
2
Upstream-Name: UI5 WebComponents Sample with Angular
3
3
Upstream-Contact: SAP OpenUI5 <
[email protected] >
4
- Source: https://github.com/SAP-samples/ui5 -webcomponents-sample -angular
4
+ Source: https://github.com/UI5/sample -webcomponents-angular
5
5
Disclaimer: The code in this project may include calls to APIs (“API Calls”) of
6
6
SAP or third-party products or services developed outside of this project
7
7
(“External Products”).
Original file line number Diff line number Diff line change 1
1
![ UI5 logo] ( /docs/images/UI5_logo_wide.png )
2
- [ ![ 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 )
3
- [ ![ 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 )
2
+ [ ![ 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 )
3
+ [ ![ REUSE status] ( https://api.reuse.software/badge/github.com/UI5/sample -webcomponents-angular )] ( https://api.reuse.software/info/github.com/UI5/sample -webcomponents-angular )
4
4
5
5
# UI5 Web Components Angular Sample Application
6
6
@@ -14,8 +14,8 @@ This project was bootstrapped with [Angular CLI](https://cli.angular.io/).
14
14
## Getting started
15
15
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.
16
16
``` sh
17
- git clone https://github.com/SAP-samples/ui5 -webcomponents-sample -angular.git
18
- cd ui5 -webcomponents-sample -angular
17
+ git clone https://github.com/UI5/sample -webcomponents-angular.git
18
+ cd sample -webcomponents-angular
19
19
```
20
20
1. Install all dependencies
21
21
` ` ` sh
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ describe('workspace-project App', () => {
9
9
10
10
it ( 'should display welcome message' , ( ) => {
11
11
page . navigateTo ( ) ;
12
- expect ( page . getTitleText ( ) ) . toEqual ( 'Welcome to ui5 -webcomponents-sample -angular!' ) ;
12
+ expect ( page . getTitleText ( ) ) . toEqual ( 'Welcome to UI5/sample -webcomponents-angular!' ) ;
13
13
} ) ;
14
14
} ) ;
Original file line number Diff line number Diff line change 96
96
< b > Edition</ b > : Enterprise < br >
97
97
< b > Admin version</ b > : Angular Admin < br >
98
98
< hr />
99
- < 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 >
99
+ < 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 >
100
100
< p >
101
101
102
102
< div class ="dialog-button ">
You can’t perform that action at this time.
0 commit comments