@aggdirect/coolmap-services 0.0.1 → 0.0.2
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 +13 -0
- package/package.json +5 -2
package/README.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.0.
|
|
4
4
|
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
To Install the library
|
|
8
|
+
Run npm install @aggdirect/coolmap-services
|
|
9
|
+
|
|
10
|
+
## Usage
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
`import { CoolmapService } from 'coolmap-services';`
|
|
14
|
+
`import { UtilsService } from 'coolmap-services';`
|
|
15
|
+
|
|
16
|
+
`Inject above imports to the component constructor.`
|
|
17
|
+
|
|
5
18
|
## Code scaffolding
|
|
6
19
|
|
|
7
20
|
Run `ng generate component component-name --project coolmap-services` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project coolmap-services`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aggdirect/coolmap-services",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^14.2.0",
|
|
6
6
|
"@angular/core": "^14.2.0"
|
|
@@ -23,5 +23,8 @@
|
|
|
23
23
|
"contributors": [
|
|
24
24
|
"Santanu Das <santanu.das@ogmaconceptions.com>"
|
|
25
25
|
],
|
|
26
|
-
"license": "ISC"
|
|
26
|
+
"license": "ISC",
|
|
27
|
+
"keywords": [
|
|
28
|
+
"Coolmap-service"
|
|
29
|
+
]
|
|
27
30
|
}
|