Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
AngularPractice2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
李彥志
AngularPractice2
be6794cfc1cab5553188674eba57eaec78622057
be6794cfc1cab5553188674eba57eaec78622057
Switch branch/tag
angularpractice2
src
app
app-path.const.ts
Find file
Normal view
History
Permalink
app-path.const.ts
66 Bytes
Edit
Web IDE
Newer
Older
Initial commit
李彥志
committed
Jan 02, 2019
1
2
3
4
5
6
7
8
9
export
const
appPath
=
{
home
:
''
,
p2
:
'
p2
'
,
p3
:
'
p3
'
};