X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=webapp%2Fsrc%2Fapp%2Fpages%2Fpages.module.ts;h=55fe61a5dbb55d5ba5dbad15003b8e2d5f642fbc;hb=069de98bdd926cb25954aad94fe23be0272a7b5e;hp=edd74859e0f1782d5bcf3b8acf9031fd24664037;hpb=82ede02a56e12026b2dfb1baeacabfbd564006b1;p=src%2Fxds%2Fxds-agent.git diff --git a/webapp/src/app/pages/pages.module.ts b/webapp/src/app/pages/pages.module.ts index edd7485..55fe61a 100644 --- a/webapp/src/app/pages/pages.module.ts +++ b/webapp/src/app/pages/pages.module.ts @@ -1,6 +1,6 @@ /** * @license -* Copyright (C) 2017 "IoT.bzh" +* Copyright (C) 2017-2018 "IoT.bzh" * Author Sebastien Douheret * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -21,10 +21,12 @@ import { ToasterModule } from 'angular2-toaster'; import { PagesComponent } from './pages.component'; import { AboutModule } from './about/about.module'; +import { ConfirmModule } from './confirm/confirm.module'; import { DashboardModule } from './dashboard/dashboard.module'; import { BuildModule } from './build/build.module'; import { ProjectsModule } from './projects/projects.module'; import { SdksModule } from './sdks/sdks.module'; +import { TargetsModule } from './targets/targets.module'; import { PagesRoutingModule } from './pages-routing.module'; import { NotificationsComponent } from './notifications/notifications.component'; import { ThemeModule } from '../@theme/theme.module'; @@ -39,11 +41,13 @@ const PAGES_COMPONENTS = [ PagesRoutingModule, ThemeModule, AboutModule, + ConfirmModule, BuildModule, DashboardModule, ProjectsModule, SdksModule, ToasterModule, + TargetsModule, ], declarations: [ ...PAGES_COMPONENTS,