# DocDefPrimLib

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.0.

## Version Notes
1.0.41 - Zip Modal - Double clicking on a grid row will select row and close window.

1.0.16 - grid-internal-ag-grid - Made use of the "hasEvent" custom parameter to add extra functionality to row/cell clicks when KeyColumnField isn't enough.

1.0.17 - dodrop-down - added getButtonClass method so that custom parameters can be added to the class for the button.

1.0.18 - Changes for Doc Data Save (Non doc data)

1.0.19 - Rebuilt lib because in version 1.0.18, DoData was missing the NJDocDataSave class.

## Code scaffolding

Run `ng generate component component-name --project DocDefPrimLib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project DocDefPrimLib`.
> Note: Don't forget to add `--project DocDefPrimLib` or else it will be added to the default project in your `angular.json` file. 

## Build

Run `ng build DocDefPrimLib` to build the project. The build artifacts will be stored in the `dist/` directory.

## Publishing

After building your library with `ng build DocDefPrimLib`, go to the dist folder `cd dist/doc-def-prim-lib` and run `npm publish`.

## Running unit tests

Run `ng test DocDefPrimLib` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).

