Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Codecrew
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
30
Merge Requests
2
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 63c49442
authored
Mar 31, 2018
by
Aino Leppänen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added moya prefix to angular cli, created app routing module
1 parent
ec6e2af9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
1 deletions
code/moya-angular/.angular-cli.json
code/moya-angular/.gitignore
code/moya-angular/tuotantomoya.conf.json → code/moya-angular/production-moya.conf.json
code/moya-angular/src/app/app-routing.module.ts
code/moya-angular/.angular-cli.json
View file @
63c4944
...
...
@@ -17,7 +17,7 @@
"test"
:
"test.ts"
,
"tsconfig"
:
"tsconfig.app.json"
,
"testTsconfig"
:
"tsconfig.spec.json"
,
"prefix"
:
"
app
"
,
"prefix"
:
"
moya
"
,
"styles"
:
[
"styles.scss"
],
...
...
code/moya-angular/.gitignore
View file @
63c4944
...
...
@@ -10,6 +10,7 @@
# IDEs and editors
/.idea
/.vscode
.project
.classpath
.c9/
...
...
code/moya-angular/
tuotanto
moya.conf.json
→
code/moya-angular/
production-
moya.conf.json
View file @
63c4944
File moved
code/moya-angular/src/app/app-routing.module.ts
0 → 100644
View file @
63c4944
import
{
NgModule
}
from
'@angular/core'
;
import
{
CommonModule
}
from
'@angular/common'
;
@
NgModule
({
imports
:
[
CommonModule
],
declarations
:
[]
})
export
class
AppRoutingModule
{
}
Write
Preview
Markdown
is supported
Attach a file
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 post a comment