Project

General

Profile

« Previous | Next » 

Revision 51068

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

View differences:

modules/uoa-repository-dashboard-gui/branches/library-test/app/pages/adminPg/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,
modules/uoa-repository-dashboard-gui/branches/library-test/app/pages/sources/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
modules/uoa-repository-dashboard-gui/branches/library-test/app/pages/metrics/metrics.module.ts
10 10
import { ReusableComponentsModule } from '../../shared/reusablecomponents/reusable-components.module';
11 11
import { MetricsShowComponent } from './metrics-show.component';
12 12
import { TabsModule } from 'ngx-bootstrap';
13
import {ComponentLibraryModule} from "component-library";
13 14

  
14 15
@NgModule ({
15 16
  imports: [
16 17
    CommonModule,
17 18
    TabsModule.forRoot(),
18 19
    MetricsRouting,
19
    ReusableComponentsModule
20
    ReusableComponentsModule,
21
    ComponentLibraryModule
20 22
  ],
21 23
  declarations: [
22 24
    MetricsComponent,
modules/uoa-repository-dashboard-gui/branches/library-test/app/pages/compatibility/compatibility.module.ts
15 15
import { CompatibilityValidateStep3Component } from './compatibility-validate-forms/compatibility-validate-step3.component';
16 16
import { CompatibilityValidationResultsComponent } from './compatibility-validation-results.component';
17 17
import { CompatibilityValidateStep3CrisComponent } from './compatibility-validate-forms/compatibility-validate-step3-cris.component';
18
import {ComponentLibraryModule} from "component-library";
18 19

  
19 20
@NgModule ({
20 21
  imports: [
......
22 23
    TabsModule.forRoot(),
23 24
    ReactiveFormsModule,
24 25
    CompatibilityRouting,
25
    ReusableComponentsModule
26
    ReusableComponentsModule,
27
    ComponentLibraryModule
26 28
  ],
27 29
  declarations: [
28 30
    CompatibilityComponent,
modules/uoa-repository-dashboard-gui/branches/library-test/app/pages/content/content.module.ts
10 10
import { ContentEventsOfRepoEventslistComponent } from './content-events-of-repo-eventslist.component';
11 11
import { ReactiveFormsModule } from '@angular/forms';
12 12
import { ContentNotificationsOfSubscriptionComponent } from './content-notifications-of-subscription.component';
13
import {ComponentLibraryModule} from "component-library";
13 14

  
14 15
@NgModule ({
15 16
  imports: [
......
17 18
    TabsModule.forRoot(),
18 19
    ContentRouting,
19 20
    ReactiveFormsModule,
20
    ReusableComponentsModule
21
    ReusableComponentsModule,
22
    ComponentLibraryModule
21 23
  ],
22 24
  declarations: [
23 25
    ContentComponent,
modules/uoa-repository-dashboard-gui/branches/library-test/app/shared/reusablecomponents/reusable-components.module.ts
44 44
    MyArrayWrapper
45 45
  ],
46 46
  declarations: [
47
    ReadMoreComponent,
47
/*    ReadMoreComponent,
48 48
    HelpContentComponent,
49
    AsideHelpContentComponent,
49
    AsideHelpContentComponent,*/
50 50
    ConfirmationDialogComponent,
51 51
    RepositoryTilesComponent,
52 52
    ...myGroups
......
57 57
*/
58 58
  ],
59 59
  exports: [
60
    ReadMoreComponent,
60
/*    ReadMoreComponent,
61 61
    HelpContentComponent,
62
    AsideHelpContentComponent,
62
    AsideHelpContentComponent,*/
63 63
    ConfirmationDialogComponent,
64 64
    RepositoryTilesComponent,
65 65
    ...myGroups
66 66
  ],
67 67
  providers: [
68
    HelpContentService
68
/*    HelpContentService*/
69 69
  ],
70 70
})
71 71

  
modules/uoa-repository-dashboard-gui/branches/library-test/package.json
27 27
    "angular-oauth2-oidc": "^1.0.20",
28 28
    "bootstrap": "^3.3.7",
29 29
    "bootstrap-slider": "^10.0.0",
30
    "component-library": "file:../component-library-0.0.0.tgz",
30 31
    "core-js": "^2.5.3",
31 32
    "ie-shim": "^0.1.0",
32 33
    "ng2-ckeditor": "^1.2.0",
modules/uoa-repository-dashboard-gui/branches/library-test/package-lock.json
110 110
      "integrity": "sha1-Qpai/324TdwuZ8KhB+J29yRj/40=",
111 111
      "dev": true
112 112
    },
113
    "@angular/animations": {
114
      "version": "5.2.7",
115
      "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-5.2.7.tgz",
116
      "integrity": "sha512-t/B0z2OYO+yy8SJKB1/evSNPvnLsl+AclhM1p21/NnETxQUqvct1KXeDM7nYDu5hmnGmuavhua8LDo6rN5zS+Q==",
117
      "requires": {
118
        "tslib": "1.8.0"
119
      }
120
    },
113 121
    "@angular/common": {
114 122
      "version": "4.4.6",
115 123
      "resolved": "https://registry.npmjs.org/@angular/common/-/common-4.4.6.tgz",
......
3280 3288
      "integrity": "sha1-ZF/ErfWLcrZJ1crmUTVhnbJv8UM=",
3281 3289
      "dev": true
3282 3290
    },
3291
    "component-library": {
3292
      "version": "file:../component-library-0.0.0.tgz",
3293
      "integrity": "sha512-3+mk1jA/2GbhQ0Hu1/FQT2hV1+COhe+v4BiT7osrSMIDN9sFWWKKnxPlXKAXIXgars63DZCg2SlDJujjL8U5fA==",
3294
      "requires": {
3295
        "@angular/animations": "5.2.7",
3296
        "@angular/common": "5.2.7",
3297
        "@angular/compiler": "5.2.7",
3298
        "@angular/core": "5.2.7",
3299
        "@angular/forms": "5.2.7",
3300
        "@angular/http": "5.2.7",
3301
        "@angular/platform-browser": "5.2.7",
3302
        "@angular/platform-browser-dynamic": "5.2.7",
3303
        "@angular/router": "5.2.7",
3304
        "angular-in-memory-web-api": "0.5.3",
3305
        "core-js": "2.5.3",
3306
        "ngx-bootstrap": "1.9.3",
3307
        "rxjs": "5.5.6",
3308
        "tslib": "1.8.0",
3309
        "zone.js": "0.8.20"
3310
      },
3311
      "dependencies": {
3312
        "@angular/common": {
3313
          "version": "5.2.7",
3314
          "resolved": "https://registry.npmjs.org/@angular/common/-/common-5.2.7.tgz",
3315
          "integrity": "sha512-TqsDMmPX1JlEH2QIneuAVzEO4ubzxLBAdV4XbKWDQKC/UfbWIIpSrSp2cIi85NV1tKkg0WAaodCIZ02NucHIHg==",
3316
          "requires": {
3317
            "tslib": "1.8.0"
3318
          }
3319
        },
3320
        "@angular/compiler": {
3321
          "version": "5.2.7",
3322
          "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-5.2.7.tgz",
3323
          "integrity": "sha512-26RG+Dy+M/95OyNNqM+OAruarIPOmbndiaglz2dMrNYzenfbSgG/AoPlL5uCdSqZDiXgnlKnS2K6/ePWXDSKNw==",
3324
          "requires": {
3325
            "tslib": "1.8.0"
3326
          }
3327
        },
3328
        "@angular/core": {
3329
          "version": "5.2.7",
3330
          "resolved": "https://registry.npmjs.org/@angular/core/-/core-5.2.7.tgz",
3331
          "integrity": "sha512-DQuL6n7cjBfZmWX5RCV271g6PW9N8b93g2skWnM/zjm+BL9tfHPgvmsjMNB7QEHSxW8VBaaQ6gjj422O01A87g==",
3332
          "requires": {
3333
            "tslib": "1.8.0"
3334
          }
3335
        },
3336
        "@angular/forms": {
3337
          "version": "5.2.7",
3338
          "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-5.2.7.tgz",
3339
          "integrity": "sha512-43oLKdzMjMV/hOLpSTg8aOggcx+veTnPp/JN+KzMGo2qtbim5nk3fnuscWDeDOdkh8hPRPGarKxeFNEE9ZZSTg==",
3340
          "requires": {
3341
            "tslib": "1.8.0"
3342
          }
3343
        },
3344
        "@angular/http": {
3345
          "version": "5.2.7",
3346
          "resolved": "https://registry.npmjs.org/@angular/http/-/http-5.2.7.tgz",
3347
          "integrity": "sha512-048+tCbsNYc9xVvIn5/sOvO4fXVkbB5b1IRYRGiRYXpTz6+JWIm5AwOqZIOeVDgqgZHFf96QllXDcFbdNVDgSA==",
3348
          "requires": {
3349
            "tslib": "1.8.0"
3350
          }
3351
        },
3352
        "@angular/platform-browser": {
3353
          "version": "5.2.7",
3354
          "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-5.2.7.tgz",
3355
          "integrity": "sha512-SdLx4F6tOy4/s3y1KZ/Z3YA6fiIrydaO2bry2FJglDxJh24p6TZIob+zC16N2MTuFW819KY5OlacNhc8aj6Yag==",
3356
          "requires": {
3357
            "tslib": "1.8.0"
3358
          }
3359
        },
3360
        "@angular/platform-browser-dynamic": {
3361
          "version": "5.2.7",
3362
          "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-5.2.7.tgz",
3363
          "integrity": "sha512-95Rwf1JcGF/BI48k+VG2moLTVC863jPSjmHaGkz7cA9bi/QrRFGvFghl1qIm4Ezp3dj8CH8TE3TWB+1AmAg3AQ==",
3364
          "requires": {
3365
            "tslib": "1.8.0"
3366
          }
3367
        },
3368
        "@angular/router": {
3369
          "version": "5.2.7",
3370
          "resolved": "https://registry.npmjs.org/@angular/router/-/router-5.2.7.tgz",
3371
          "integrity": "sha512-ppl0X7EfEgKYXIEPtdy8cOKj5KXuwCQ5Ila+IuGnSjKIRXt/olhBLJMprVl1VJgoxXj7z2i14U7kKaqSvGtpXw==",
3372
          "requires": {
3373
            "tslib": "1.8.0"
3374
          }
3375
        },
3376
        "angular-in-memory-web-api": {
3377
          "version": "0.5.3",
3378
          "resolved": "https://registry.npmjs.org/angular-in-memory-web-api/-/angular-in-memory-web-api-0.5.3.tgz",
3379
          "integrity": "sha512-1QPwwXG8R/2s7EbHh13HDiJYsk4sdBHNxHJHZHJ/Kxb4T9OG+bb1kGcXzY9UrJkEVxOtUW0ozvL4p/HmeIEszg=="
3380
        }
3381
      }
3382
    },
3283 3383
    "compressible": {
3284 3384
      "version": "2.0.11",
3285 3385
      "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.11.tgz",

Also available in: Unified diff