Renaming
This commit is contained in:
parent
b4b4f1f312
commit
b0161f5247
@ -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
4
package-lock.json
generated
@ -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",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "dev-disciples.json.tools.app",
|
||||
"name": "jtr",
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
|
@ -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');
|
||||
});
|
||||
});
|
||||
|
@ -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>
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user