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.

4
package-lock.json generated
View File

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

View File

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

View File

@ -18,6 +18,6 @@ describe('AppComponent', () => {
const fixture = TestBed.createComponent(AppComponent);
fixture.detectChanges();
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()">
<mat-icon>menu</mat-icon>
</button>
<span>JSON Transform / JTR</span>
<span>JTR</span>
</mat-toolbar>
<main>

View File

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