@aggdirect/coolmap-services 0.0.2 → 0.0.4

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.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,12 +5,13 @@ This library was generated with [Angular CLI](https://github.com/angular/angular
5
5
  ## Installation
6
6
 
7
7
  To Install the library
8
- Run npm install @aggdirect/coolmap-services
8
+
9
+ `Run npm install @aggdirect/coolmap-services`
9
10
 
10
11
  ## Usage
11
12
 
13
+ import { CoolmapService } from 'coolmap-services';
12
14
 
13
- `import { CoolmapService } from 'coolmap-services';`
14
15
  `import { UtilsService } from 'coolmap-services';`
15
16
 
16
17
  `Inject above imports to the component constructor.`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aggdirect/coolmap-services",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.2.0",
6
6
  "@angular/core": "^14.2.0"