Project

General

Profile

« Previous | Next » 

Revision 51068

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

View differences:

adminPg.module.ts
9 9
import {AdminPgMetricsComponent} from './adminPg-metrics.component';
10 10
import { ReusableComponentsModule } from '../../shared/reusablecomponents/reusable-components.module';
11 11
import { FormsModule } from '@angular/forms';
12
import {ComponentLibraryModule} from "component-library";
12 13

  
13 14
@NgModule ({
14 15
  imports: [
......
17 18
    FormsModule,
18 19
    CKEditorModule,
19 20
    AdminPgRouting,
20
    ReusableComponentsModule
21
    ReusableComponentsModule,
22
    ComponentLibraryModule
21 23
  ],
22 24
  declarations: [
23 25
    AdminPgComponent,

Also available in: Unified diff