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 6e6e486c
authored
Mar 31, 2018
by
Antti Väyrynen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sass
1 parent
97fe84bf
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
code/moya-management-portal/.angular-cli.json
code/moya-management-portal/src/app/app.component.css → code/moya-management-portal/src/app/app.component.scss
code/moya-management-portal/src/app/app.component.ts
code/moya-management-portal/src/styles.css → code/moya-management-portal/src/styles.scss
code/moya-management-portal/.angular-cli.json
View file @
6e6e486
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
"testTsconfig"
:
"tsconfig.spec.json"
,
"testTsconfig"
:
"tsconfig.spec.json"
,
"prefix"
:
"app"
,
"prefix"
:
"app"
,
"styles"
:
[
"styles"
:
[
"styles.css"
"styles.
s
css"
],
],
"scripts"
:
[],
"scripts"
:
[],
"environmentSource"
:
"environments/environment.ts"
,
"environmentSource"
:
"environments/environment.ts"
,
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
}
}
},
},
"defaults"
:
{
"defaults"
:
{
"styleExt"
:
"css"
,
"styleExt"
:
"
s
css"
,
"component"
:
{}
"component"
:
{}
}
}
}
}
code/moya-management-portal/src/app/app.component.css
→
code/moya-management-portal/src/app/app.component.
s
css
View file @
6e6e486
File moved
code/moya-management-portal/src/app/app.component.ts
View file @
6e6e486
...
@@ -4,10 +4,11 @@ import { AppService } from './shared/app.service';
...
@@ -4,10 +4,11 @@ import { AppService } from './shared/app.service';
@
Component
({
@
Component
({
selector
:
'app-root'
,
selector
:
'app-root'
,
templateUrl
:
'./app.component.html'
,
templateUrl
:
'./app.component.html'
,
styleUrls
:
[
'./app.component.css'
]
styleUrls
:
[
'./app.component.
s
css'
]
})
})
export
class
AppComponent
{
export
class
AppComponent
{
title
=
'Moay'
;
title
=
'Moay'
;
constructor
(
private
appService
:
AppService
)
{
constructor
(
private
appService
:
AppService
)
{
console
.
log
(
this
.
appService
.
get
());
console
.
log
(
this
.
appService
.
get
());
}
}
...
...
code/moya-management-portal/src/styles.css
→
code/moya-management-portal/src/styles.
s
css
View file @
6e6e486
File moved
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