-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also clarified Readme docs & renamed demo folder
- Loading branch information
Showing
19 changed files
with
51 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "countries-map", | ||
"version": "4.5.0", | ||
"version": "4.6.0", | ||
"description": "World countries datamaps component for Angular", | ||
"license": "MIT", | ||
"author": "Jago MF <[email protected]>", | ||
|
@@ -20,7 +20,7 @@ | |
"@angular/core": "^14.0.0" | ||
}, | ||
"dependencies": { | ||
"@jagomf/countrieslist": "^2.1.0", | ||
"@jagomf/countrieslist": "^3.0.0", | ||
"chroma-js": "^2.1.0", | ||
"tslib": "^2.0.0" | ||
}, | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "countries-map-dev", | ||
"version": "4.5.0", | ||
"version": "4.6.0", | ||
"description": "Builder and demo runner for countries-map", | ||
"license": "MIT", | ||
"author": "Jago MF <[email protected]>", | ||
|
@@ -27,7 +27,7 @@ | |
"@angular/core": "^14.3.0", | ||
"@angular/platform-browser": "^14.3.0", | ||
"@angular/platform-browser-dynamic": "^14.3.0", | ||
"@jagomf/countrieslist": "^2.1.0", | ||
"@jagomf/countrieslist": "^3.0.0", | ||
"chroma-js": "^2.1.0", | ||
"rxjs": "~6.6.0", | ||
"tslib": "^2.6.2", | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "countries-map", | ||
"version": "4.5.0", | ||
"version": "4.6.0", | ||
"description": "World countries datamaps component for Angular", | ||
"license": "MIT", | ||
"author": "Jago MF <[email protected]>", | ||
|
@@ -20,7 +20,7 @@ | |
"@angular/core": "^14.0.0" | ||
}, | ||
"dependencies": { | ||
"@jagomf/countrieslist": "^2.1.0", | ||
"@jagomf/countrieslist": "^3.0.0", | ||
"chroma-js": "^2.1.0", | ||
"tslib": "^2.0.0" | ||
}, | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'; | ||
|
||
import { DemoModule } from './app/demo.module'; | ||
import { DemoModule } from './demo/demo.module'; | ||
|
||
platformBrowserDynamic().bootstrapModule(DemoModule) | ||
.catch(err => console.error(err)); |