Skip to content

Commit 9a04d74

Browse files
committed
Update ngx-leaflet 7.0.0
1 parent 6954111 commit 9a04d74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@angular/platform-server": "9.1.4",
4141
"@angular/router": "9.1.4",
4242
"@angular/service-worker": "9.1.4",
43-
"@asymmetrik/ngx-leaflet": "6.0.1",
43+
"@asymmetrik/ngx-leaflet": "7.0.0",
4444
"@fortawesome/fontawesome-free": "5.13.0",
4545
"@nguniversal/express-engine": "9.1.0",
4646
"bootstrap": "4.4.1",

src/app/modules/application/example-leaflet/tutorial.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { LeafletModule } from '@asymmetrik/ngx-leaflet';
1111
imports: [
1212
CommonModule,
1313
TutorialRoutingModule,
14-
LeafletModule.forRoot()
14+
LeafletModule
1515
],
1616
exports: [
1717
TutorialComponent,

0 commit comments

Comments
 (0)