Skip to content
This repository was archived by the owner on Jan 5, 2025. It is now read-only.

Commit 02aa80f

Browse files
committed
ae2 -> ui folder name
1 parent 26331ab commit 02aa80f

31 files changed

+18
-18
lines changed
File renamed without changes.
File renamed without changes.

ae2/README.md renamed to ui/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Ae2
1+
# Ui
22

33
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.3.0.
44

ae2/angular.json renamed to ui/angular.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": 1,
44
"newProjectRoot": "projects",
55
"projects": {
6-
"ae2": {
6+
"ui": {
77
"root": "",
88
"sourceRoot": "src",
99
"projectType": "application",
@@ -17,7 +17,7 @@
1717
"build": {
1818
"builder": "@angular-devkit/build-angular:browser",
1919
"options": {
20-
"outputPath": "dist/ae2",
20+
"outputPath": "dist/ui",
2121
"index": "src/index.html",
2222
"main": "src/main.ts",
2323
"polyfills": "src/polyfills.ts",
@@ -62,18 +62,18 @@
6262
"serve": {
6363
"builder": "@angular-devkit/build-angular:dev-server",
6464
"options": {
65-
"browserTarget": "ae2:build"
65+
"browserTarget": "ui:build"
6666
},
6767
"configurations": {
6868
"production": {
69-
"browserTarget": "ae2:build:production"
69+
"browserTarget": "ui:build:production"
7070
}
7171
}
7272
},
7373
"extract-i18n": {
7474
"builder": "@angular-devkit/build-angular:extract-i18n",
7575
"options": {
76-
"browserTarget": "ae2:build"
76+
"browserTarget": "ui:build"
7777
}
7878
},
7979
"test": {
@@ -107,7 +107,7 @@
107107
}
108108
}
109109
},
110-
"ae2-e2e": {
110+
"ui-e2e": {
111111
"root": "e2e/",
112112
"projectType": "application",
113113
"prefix": "",
@@ -116,11 +116,11 @@
116116
"builder": "@angular-devkit/build-angular:protractor",
117117
"options": {
118118
"protractorConfig": "e2e/protractor.conf.js",
119-
"devServerTarget": "ae2:serve"
119+
"devServerTarget": "ui:serve"
120120
},
121121
"configurations": {
122122
"production": {
123-
"devServerTarget": "ae2:serve:production"
123+
"devServerTarget": "ui:serve:production"
124124
}
125125
}
126126
},
@@ -136,5 +136,5 @@
136136
}
137137
}
138138
},
139-
"defaultProject": "ae2"
139+
"defaultProject": "ui"
140140
}
File renamed without changes.

ae2/e2e/src/app.e2e-spec.ts renamed to ui/e2e/src/app.e2e-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ describe('workspace-project App', () => {
1010

1111
it('should display welcome message', () => {
1212
page.navigateTo();
13-
expect(page.getTitleText()).toEqual('Welcome to ae2!');
13+
expect(page.getTitleText()).toEqual('Welcome to ui!');
1414
});
1515

1616
afterEach(async () => {
File renamed without changes.
File renamed without changes.

ae2/package.json renamed to ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ae2",
2+
"name": "ui",
33
"version": "0.0.0",
44
"scripts": {
55
"ng": "ng",
File renamed without changes.
File renamed without changes.
File renamed without changes.

ae2/src/app/app.component.spec.ts renamed to ui/src/app/app.component.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ describe('AppComponent', () => {
2020
expect(app).toBeTruthy();
2121
});
2222

23-
it(`should have as title 'ae2'`, () => {
23+
it(`should have as title 'ui'`, () => {
2424
const fixture = TestBed.createComponent(AppComponent);
2525
const app = fixture.debugElement.componentInstance;
26-
expect(app.title).toEqual('ae2');
26+
expect(app.title).toEqual('ui');
2727
});
2828

2929
it('should render title in a h1 tag', () => {
3030
const fixture = TestBed.createComponent(AppComponent);
3131
fixture.detectChanges();
3232
const compiled = fixture.debugElement.nativeElement;
33-
expect(compiled.querySelector('h1').textContent).toContain('Welcome to ae2!');
33+
expect(compiled.querySelector('h1').textContent).toContain('Welcome to ui!');
3434
});
3535
});

ae2/src/app/app.component.ts renamed to ui/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ import { Component } from '@angular/core';
66
styleUrls: ['./app.component.scss']
77
})
88
export class AppComponent {
9-
title = 'ae2';
9+
title = 'ui';
1010
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

ae2/src/index.html renamed to ui/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title>Ae2</title>
5+
<title>Ui</title>
66
<base href="/">
77

88
<meta name="viewport" content="width=device-width, initial-scale=1">

ae2/src/karma.conf.js renamed to ui/src/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = function (config) {
1616
clearContext: false // leave Jasmine Spec Runner output visible in browser
1717
},
1818
coverageIstanbulReporter: {
19-
dir: require('path').join(__dirname, '../coverage/ae2'),
19+
dir: require('path').join(__dirname, '../coverage/ui'),
2020
reports: ['html', 'lcovonly', 'text-summary'],
2121
fixWebpackSourcePaths: true
2222
},
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)