@aggdirect/coolmap 0.0.1 → 0.0.3
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 +4 -3
- package/package.json +5 -2
package/README.md
CHANGED
|
@@ -6,7 +6,8 @@ This library was generated with [Angular CLI](https://github.com/angular/angular
|
|
|
6
6
|
## Installation
|
|
7
7
|
|
|
8
8
|
To Install the library
|
|
9
|
-
|
|
9
|
+
|
|
10
|
+
`Run npm install @aggdirect/coolmap`
|
|
10
11
|
|
|
11
12
|
## Usage
|
|
12
13
|
|
|
@@ -18,7 +19,7 @@ Following we can use for coolmap.
|
|
|
18
19
|
|
|
19
20
|
<app-nav (drawer)="boolean" (changeNav)="$event"></app-nav>
|
|
20
21
|
|
|
21
|
-
<app-add-route-nav [navValue]="
|
|
22
|
+
<app-add-route-nav [navValue]="string"
|
|
22
23
|
(changeNav)="$event"
|
|
23
24
|
(addemit)="$event"
|
|
24
25
|
[updateRouteList]="boolean"></app-add-route-nav>
|
|
@@ -26,7 +27,7 @@ Following we can use for coolmap.
|
|
|
26
27
|
<app-map></app-map>
|
|
27
28
|
|
|
28
29
|
<app-job-code
|
|
29
|
-
[jobdetail]="
|
|
30
|
+
[jobdetail]=""
|
|
30
31
|
(clearJobDetails)="$event"></app-job-code>
|
|
31
32
|
|
|
32
33
|
<app-add-route
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aggdirect/coolmap",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
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"
|
|
29
|
+
]
|
|
27
30
|
}
|