This commit is contained in:
mdnapo 2024-10-19 12:20:20 +02:00
parent b4b4f1f312
commit b0161f5247
6 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# DevDisciplesJsonToolsApp # Jtr App
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.4. This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.4.

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{ {
"name": "dev-disciples.json.tools.app", "name": "jtr-app",
"version": "0.0.0", "version": "0.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "dev-disciples.json.tools.app", "name": "jtr-app",
"version": "0.0.0", "version": "0.0.0",
"dependencies": { "dependencies": {
"@angular/animations": "^18.2.0", "@angular/animations": "^18.2.0",

View File

@ -1,5 +1,5 @@
{ {
"name": "dev-disciples.json.tools.app", "name": "jtr",
"version": "0.0.0", "version": "0.0.0",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",

View File

@ -18,6 +18,6 @@ describe('AppComponent', () => {
const fixture = TestBed.createComponent(AppComponent); const fixture = TestBed.createComponent(AppComponent);
fixture.detectChanges(); fixture.detectChanges();
const compiled = fixture.nativeElement as HTMLElement; const compiled = fixture.nativeElement as HTMLElement;
expect(compiled.querySelector('h1')?.textContent).toContain('Hello, DevDisciples.Json.Tools.App'); expect(compiled.querySelector('h1')?.textContent).toContain('Jtr');
}); });
}); });

View File

@ -15,7 +15,7 @@
<button mat-icon-button (click)="drawer.toggle()"> <button mat-icon-button (click)="drawer.toggle()">
<mat-icon>menu</mat-icon> <mat-icon>menu</mat-icon>
</button> </button>
<span>JSON Transform / JTR</span> <span>JTR</span>
</mat-toolbar> </mat-toolbar>
<main> <main>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>DevDisciplesJsonToolsApp</title> <title>Jtr</title>
<base href="/"> <base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico"> <link rel="icon" type="image/x-icon" href="favicon.ico">