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 bf3930a4
authored
Aug 03, 2018
by
Tuukka Kivilahti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
apollo came in accidentally, now it's not
1 parent
9440bdd8
Pipeline
#75
passed
in 0 seconds
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
code/moya-angular/package.json
code/moya-angular/src/app/app.module.ts
code/moya-angular/package.json
View file @
bf3930a
...
@@ -29,14 +29,8 @@
...
@@ -29,14 +29,8 @@
"@angular/router"
:
"^5.2.9"
,
"@angular/router"
:
"^5.2.9"
,
"@ngx-translate/core"
:
"^9.0.0"
,
"@ngx-translate/core"
:
"^9.0.0"
,
"@ngx-translate/http-loader"
:
"^2.0.0"
,
"@ngx-translate/http-loader"
:
"^2.0.0"
,
"apollo-angular"
:
"^1.1.2"
,
"apollo-angular-link-http"
:
"^1.1.1"
,
"apollo-cache-inmemory"
:
"^1.2.6"
,
"apollo-client"
:
"^2.3.7"
,
"bootstrap"
:
"^4.0.0"
,
"bootstrap"
:
"^4.0.0"
,
"core-js"
:
"^2.5.1"
,
"core-js"
:
"^2.5.1"
,
"graphql"
:
"^0.13.2"
,
"graphql-tag"
:
"^2.9.2"
,
"ngx-bootstrap"
:
"^2.0.2"
,
"ngx-bootstrap"
:
"^2.0.2"
,
"rxjs"
:
"^5.5.0"
,
"rxjs"
:
"^5.5.0"
,
"ts-helpers"
:
"^1.1.1"
,
"ts-helpers"
:
"^1.1.1"
,
...
...
code/moya-angular/src/app/app.module.ts
View file @
bf3930a
...
@@ -16,7 +16,6 @@ import { NgModule } from '@angular/core';
...
@@ -16,7 +16,6 @@ import { NgModule } from '@angular/core';
import
{
LoginModule
}
from
'./modules/login/login.module'
;
import
{
LoginModule
}
from
'./modules/login/login.module'
;
import
{
LeftMenuModule
}
from
'./menu/left-menu/left-menu.module'
;
import
{
LeftMenuModule
}
from
'./menu/left-menu/left-menu.module'
;
import
{
FrontpageComponent
}
from
'./components/frontpage/frontpage.component'
;
import
{
FrontpageComponent
}
from
'./components/frontpage/frontpage.component'
;
import
{
ApolloModule
}
from
"apollo-angular"
;
@
NgModule
({
@
NgModule
({
declarations
:
[
declarations
:
[
...
@@ -32,7 +31,6 @@ import {ApolloModule} from "apollo-angular";
...
@@ -32,7 +31,6 @@ import {ApolloModule} from "apollo-angular";
HttpClientModule
,
HttpClientModule
,
LoginModule
,
LoginModule
,
LeftMenuModule
,
LeftMenuModule
,
ApolloModule
,
...
...
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