mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-06 16:41:48 +01:00
feat(maps): add the gmaps and the leaflet component pages
This commit is contained in:
parent
e5f3f211f9
commit
6d8d55c8cc
18 changed files with 180 additions and 27 deletions
|
|
@ -23,6 +23,7 @@
|
|||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@agm/core": "1.0.0-beta.0",
|
||||
"@angular/animations": "4.1.0",
|
||||
"@angular/common": "4.1.0",
|
||||
"@angular/compiler": "4.1.0",
|
||||
|
|
@ -33,6 +34,7 @@
|
|||
"@angular/platform-browser-dynamic": "4.1.0",
|
||||
"@angular/platform-server": "4.1.0",
|
||||
"@angular/router": "4.1.0",
|
||||
"@asymmetrik/angular2-leaflet": "2.1.4",
|
||||
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.25",
|
||||
"bootstrap": "4.0.0-alpha.6",
|
||||
"ckeditor": "4.6.2",
|
||||
|
|
@ -42,6 +44,7 @@
|
|||
"immutable": "3.8.1",
|
||||
"intl": "1.2.5",
|
||||
"ionicons": "2.0.1",
|
||||
"leaflet": "1.0.3",
|
||||
"ng2-ckeditor": "1.1.6",
|
||||
"normalize.css": "6.0.0",
|
||||
"roboto-fontface": "0.7.0",
|
||||
|
|
@ -55,6 +58,7 @@
|
|||
"@angular/cli": "1.0.1",
|
||||
"@angular/compiler-cli": "4.1.0",
|
||||
"@types/jasmine": "2.5.38",
|
||||
"@types/leaflet": "1.0.60",
|
||||
"@types/node": "6.0.69",
|
||||
"angular-cli-ghpages": "0.5.0",
|
||||
"codelyzer": "2.0.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue