Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Melodic
melodic-frontend
Commits
e63908f5
Commit
e63908f5
authored
Jan 15, 2022
by
Jan Marchel
Browse files
deleting ufcreator view in module
parent
ca20b79d
Pipeline
#18857
failed with stages
in 4 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/app/deploying-application/route/deploying-application-routing.module.ts
View file @
e63908f5
import
{
NgModule
}
from
'
@angular/core
'
;
import
{
RouterModule
,
Routes
}
from
'
@angular/router
'
;
import
{
DeployingMainComponent
}
from
'
../deploying-main/deploying-main.component
'
;
import
{
UfCreatorViewComponent
}
from
"
../uf-creator-view/uf-creator-view.component
"
;
const
routes
:
Routes
=
[
{
path
:
''
,
component
:
DeployingMainComponent
},
{
path
:
'
ufcreator
'
,
component
:
UfCreatorViewComponent
}
];
@
NgModule
({
...
...
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