feat: update to Angular 12 (#5868)

This commit is contained in:
Sergey Andrievskiy 2021-06-27 21:06:28 +03:00 committed by GitHub
parent 7b2be34873
commit 080830a2fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 6814 additions and 6468 deletions

View file

@ -14,4 +14,8 @@
width: 100%;
height: nb-theme(card-height-large);
}
::ng-deep .leaflet-control-zoom a {
text-decoration: none;
}
}

View file

@ -1,7 +1,6 @@
import { Component } from '@angular/core';
import * as L from 'leaflet';
import 'style-loader!leaflet/dist/leaflet.css';
@Component({
selector: 'ngx-leaflet',

View file

@ -38,7 +38,7 @@ import 'core-js/es7/reflect';
/***************************************************************************************************
* Zone JS is required by Angular itself.
*/
import 'zone.js/dist/zone'; // Included with Angular CLI.
import 'zone.js'; // Included with Angular CLI.
/***************************************************************************************************