Commit bf3930a4 by Tuukka Kivilahti

apollo came in accidentally, now it's not

1 parent 9440bdd8
Pipeline #75 passed
in 0 seconds
......@@ -29,14 +29,8 @@
"@angular/router": "^5.2.9",
"@ngx-translate/core": "^9.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",
"core-js": "^2.5.1",
"graphql": "^0.13.2",
"graphql-tag": "^2.9.2",
"ngx-bootstrap": "^2.0.2",
"rxjs": "^5.5.0",
"ts-helpers": "^1.1.1",
......
......@@ -16,7 +16,6 @@ import { NgModule } from '@angular/core';
import {LoginModule} from './modules/login/login.module';
import {LeftMenuModule} from './menu/left-menu/left-menu.module';
import { FrontpageComponent } from './components/frontpage/frontpage.component';
import {ApolloModule} from "apollo-angular";
@NgModule({
declarations: [
......@@ -32,7 +31,6 @@ import {ApolloModule} from "apollo-angular";
HttpClientModule,
LoginModule,
LeftMenuModule,
ApolloModule,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!