ngx-hana-nameserver-history-viewer 21.0.0 → 21.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -22,7 +22,7 @@ npm install ngx-hana-nameserver-history-viewer --save
22
22
 
23
23
  ### Requirements
24
24
 
25
- The library depends on [ngx-selection-table](https://github.com/ckyycc/ngx-selection-table), [ngx-dropdown-list](https://github.com/ckyycc/ngx-dropdown-list), [moment-timezone](https://github.com/moment/moment-timezone), [papaparse](https://github.com/mholt/PapaParse), [angular-datetime-picker](https://github.com/danielmoncada/date-time-picker), [chart.js](https://github.com/chartjs/Chart.js) and [hammer.js](https://github.com/hammerjs/hammer.js).
25
+ The library depends on [ngx-selection-table](https://github.com/ckyycc/ngx-selection-table), [ngx-dropdown-list](https://github.com/ckyycc/ngx-dropdown-list), [moment-timezone](https://github.com/moment/moment-timezone), [papaparse](https://github.com/mholt/PapaParse), [nshviewer-angular-datetime-picker](https://github.com/ckyycc/date-time-picker), [chart.js](https://github.com/chartjs/Chart.js).
26
26
 
27
27
  The only file required is the ng-pick-datetime `picker.min.css` file:
28
28
 
@@ -32,17 +32,17 @@ The only file required is the ng-pick-datetime `picker.min.css` file:
32
32
  {
33
33
  ...
34
34
  "styles": [
35
- "../node_modules/@danielmoncada/angular-datetime-picker/assets/style/picker.min.css",
35
+ "../node_modules/nshviewer-angular-datetime-picker/assets/style/picker.min.css",
36
36
  ...
37
37
  ],
38
38
  ...
39
39
  }
40
40
  ```
41
41
 
42
- ##### 2. Or import the `picker.min.css` in your styles.css
42
+ ##### 2. Or import the `picker.min.css` in your main.ts
43
43
 
44
- ```css
45
- @import "~@danielmoncada/angular-datetime-picker/assets/style/picker.min.css";
44
+ ```TypeScript
45
+ import 'nshviewer-angular-datetime-picker/assets/style/picker.min.css';
46
46
  ```
47
47
 
48
48
  ## Usage