Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RLG Maker
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Romain DELEAU
RLG Maker
Commits
fe4390c0
Commit
fe4390c0
authored
Feb 08, 2023
by
Romain DELEAU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change application name to RLG Maker
parent
c58576fd
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
15 additions
and
15 deletions
+15
-15
README.md
README.md
+1
-1
angular.json
angular.json
+5
-5
karma.conf.js
karma.conf.js
+1
-1
package-lock.json
package-lock.json
+2
-2
package.json
package.json
+1
-1
app.component.spec.ts
src/app/app.component.spec.ts
+3
-3
app.component.ts
src/app/app.component.ts
+1
-1
index.html
src/index.html
+1
-1
No files found.
README.md
View file @
fe4390c0
# RLG
Tool
# RLG
Maker
This project was generated with
[
Angular CLI
](
https://github.com/angular/angular-cli
)
version 14.0.5.
...
...
angular.json
View file @
fe4390c0
...
...
@@ -3,7 +3,7 @@
"version"
:
1
,
"newProjectRoot"
:
"projects"
,
"projects"
:
{
"RLG
Tool
"
:
{
"RLG
Maker
"
:
{
"projectType"
:
"application"
,
"schematics"
:
{
"@schematics/angular:component"
:
{
...
...
@@ -17,7 +17,7 @@
"build"
:
{
"builder"
:
"@angular-devkit/build-angular:browser"
,
"options"
:
{
"outputPath"
:
"dist/rlg
tool
"
,
"outputPath"
:
"dist/rlg
maker
"
,
"index"
:
"src/index.html"
,
"main"
:
"src/main.ts"
,
"polyfills"
:
"src/polyfills.ts"
,
...
...
@@ -70,10 +70,10 @@
"builder"
:
"@angular-devkit/build-angular:dev-server"
,
"configurations"
:
{
"production"
:
{
"browserTarget"
:
"RLG
Tool
:build:production"
"browserTarget"
:
"RLG
Maker
:build:production"
},
"development"
:
{
"browserTarget"
:
"RLG
Tool
:build:development"
"browserTarget"
:
"RLG
Maker
:build:development"
}
},
"defaultConfiguration"
:
"development"
...
...
@@ -81,7 +81,7 @@
"extract-i18n"
:
{
"builder"
:
"@angular-devkit/build-angular:extract-i18n"
,
"options"
:
{
"browserTarget"
:
"RLG
Tool
:build"
"browserTarget"
:
"RLG
Maker
:build"
}
},
"test"
:
{
...
...
karma.conf.js
View file @
fe4390c0
...
...
@@ -25,7 +25,7 @@ module.exports = function (config) {
suppressAll
:
true
// removes the duplicated traces
},
coverageReporter
:
{
dir
:
require
(
'path'
).
join
(
__dirname
,
'./coverage/rlg
tool
'
),
dir
:
require
(
'path'
).
join
(
__dirname
,
'./coverage/rlg
maker
'
),
subdir
:
'.'
,
reporters
:
[
{
type
:
'html'
},
...
...
package-lock.json
View file @
fe4390c0
{
"name"
:
"rlg
tool
"
,
"name"
:
"rlg
maker
"
,
"version"
:
"0.0.0"
,
"lockfileVersion"
:
2
,
"requires"
:
true
,
"packages"
:
{
""
:
{
"name"
:
"rlg
tool
"
,
"name"
:
"rlg
maker
"
,
"version"
:
"0.0.0"
,
"dependencies"
:
{
"@angular/animations"
:
"^14.0.0"
,
...
...
package.json
View file @
fe4390c0
{
"name"
:
"rlg
tool
"
,
"name"
:
"rlg
maker
"
,
"version"
:
"0.0.0"
,
"scripts"
:
{
"ng"
:
"ng"
,
...
...
src/app/app.component.spec.ts
View file @
fe4390c0
...
...
@@ -20,16 +20,16 @@ describe('AppComponent', () => {
expect
(
app
).
toBeTruthy
();
});
it
(
`should have as title 'RLG
Tool
'`
,
()
=>
{
it
(
`should have as title 'RLG
Maker
'`
,
()
=>
{
const
fixture
=
TestBed
.
createComponent
(
AppComponent
);
const
app
=
fixture
.
componentInstance
;
expect
(
app
.
title
).
toEqual
(
'RLG
Tool
'
);
expect
(
app
.
title
).
toEqual
(
'RLG
Maker
'
);
});
it
(
'should render title'
,
()
=>
{
const
fixture
=
TestBed
.
createComponent
(
AppComponent
);
fixture
.
detectChanges
();
const
compiled
=
fixture
.
nativeElement
as
HTMLElement
;
expect
(
compiled
.
querySelector
(
'.content span'
)?.
textContent
).
toContain
(
'RLG
Tool
app is running!'
);
expect
(
compiled
.
querySelector
(
'.content span'
)?.
textContent
).
toContain
(
'RLG
Maker
app is running!'
);
});
});
src/app/app.component.ts
View file @
fe4390c0
...
...
@@ -6,7 +6,7 @@ import { Component } from '@angular/core';
styleUrls
:
[
'./app.component.scss'
]
})
export
class
AppComponent
{
title
=
'RLG
Tool
'
;
title
=
'RLG
Maker
'
;
range
(
n
:
number
):
number
[]
{
return
Array
.
from
(
Array
(
n
),
(
_
,
i
)
=>
i
);
...
...
src/index.html
View file @
fe4390c0
...
...
@@ -2,7 +2,7 @@
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<title>
RLG
Tool
</title>
<title>
RLG
Maker
</title>
<base
href=
"/"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
rel=
"icon"
type=
"image/x-icon"
href=
"favicon.ico"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment