|
@@ -20,8 +20,6 @@ import { ZipConnectEntityModule } from './entities/entity.module';
|
20
|
20
|
import * as moment from 'moment';
|
21
|
21
|
// jhipster-needle-angular-add-module-import JHipster will add new module here
|
22
|
22
|
import { JhiMainComponent, NavbarComponent, FooterComponent, PageRibbonComponent, ActiveMenuDirective, ErrorComponent } from './layouts';
|
23
|
|
-import { CardComponent } from './card/card.component';
|
24
|
|
-import { CardInputComponent } from './card-input/card-input.component';
|
25
|
23
|
|
26
|
24
|
@NgModule({
|
27
|
25
|
imports: [
|
|
@@ -42,16 +40,7 @@ import { CardInputComponent } from './card-input/card-input.component';
|
42
|
40
|
// jhipster-needle-angular-add-module JHipster will add new module here
|
43
|
41
|
ZipConnectEntityModule
|
44
|
42
|
],
|
45
|
|
- declarations: [
|
46
|
|
- JhiMainComponent,
|
47
|
|
- NavbarComponent,
|
48
|
|
- ErrorComponent,
|
49
|
|
- PageRibbonComponent,
|
50
|
|
- ActiveMenuDirective,
|
51
|
|
- FooterComponent,
|
52
|
|
- CardComponent,
|
53
|
|
- CardInputComponent
|
54
|
|
- ],
|
|
43
|
+ declarations: [JhiMainComponent, NavbarComponent, ErrorComponent, PageRibbonComponent, ActiveMenuDirective, FooterComponent],
|
55
|
44
|
providers: [
|
56
|
45
|
{
|
57
|
46
|
provide: HTTP_INTERCEPTORS,
|