0.0.4 • Published 8 months ago

dmf-test-lib v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

DmfTestLib

This library was generated with Angular CLI version 16.2.0.

Instructions:

  1. Open app.module and import DmfTestLibModule.
  2. Open styles.scss and add the following:
    • @import "primeng/resources/themes/lara-light-blue/theme.css";
    • @import "primeng/resources/primeng.css";
    • body { font-family: var(--font-family);}
  3. Open index.html and add import for primeFlex: <link rel="stylesheet" href="https://unpkg.com/primeflex@latest/primeflex.css">
  4. You now have access to the following from the library:
    • ScheduleCardModel - Model
    • DmfTestLibService - Service
    • lib-schedule-card - Component

Code scaffolding

Run ng generate component component-name --project dmf-test-lib to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project dmf-test-lib.

Note: Don't forget to add --project dmf-test-lib or else it will be added to the default project in your angular.json file.

Build

Run ng build dmf-test-lib to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

After building your library with ng build dmf-test-lib, go to the dist folder cd dist/dmf-test-lib and run npm publish.

Running unit tests

Run ng test dmf-test-lib to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago