Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
myAppraisal
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
angular
myAppraisal
Commits
aafdd4e1
Commit
aafdd4e1
authored
Nov 22, 2024
by
Ooh-Ao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
btn
parent
121a3293
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
+1
-1
app-routing.module.ts
src/app/app-routing.module.ts
+1
-1
department-register.component.html
...it/department-register/department-register.component.html
+0
-0
No files found.
src/app/app-routing.module.ts
View file @
aafdd4e1
...
...
@@ -29,7 +29,7 @@ const routes: Routes = [
];
@
NgModule
({
imports
:
[
RouterModule
.
forRoot
(
routes
)],
imports
:
[
RouterModule
.
forRoot
(
routes
,
{
initialNavigation
:
'enabledNonBlocking'
,
useHash
:
true
}
)],
exports
:
[
RouterModule
]
})
export
class
AppRoutingModule
{
...
...
src/app/components/company-registration/branch-business-unit/department-register/department-register.component.html
View file @
aafdd4e1
This diff is collapsed.
Click to expand it.
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