Project

General

Profile

« Previous | Next » 

Revision 51068

it worked! - needs library tgz package file inside parent folder

View differences:

sources.module.ts
21 21
import { SrJournalComponent } from './sources-register/sr-journal.component';
22 22
import { SrAggregatorComponent } from './sources-register/sr-aggregator.component';
23 23
import { DatasourceCreateFormComponent } from './sources-forms/datasource-create-form.component';
24
import {ComponentLibraryModule} from "component-library";
24 25

  
25 26
@NgModule ({
26 27
  imports: [
......
29 30
    FormsModule,
30 31
    ReactiveFormsModule,
31 32
    SourcesRouting,
32
    ReusableComponentsModule
33
    ReusableComponentsModule,
34
    ComponentLibraryModule
33 35
  ],
34 36
  entryComponents : [
35 37
    DatasourceInterfaceFormComponent

Also available in: Unified diff