mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-22 17:26:10 +01:00
feat: update to Angular 12 (#5868)
This commit is contained in:
parent
7b2be34873
commit
080830a2fd
7 changed files with 6814 additions and 6468 deletions
|
|
@ -14,4 +14,8 @@
|
|||
width: 100%;
|
||||
height: nb-theme(card-height-large);
|
||||
}
|
||||
|
||||
::ng-deep .leaflet-control-zoom a {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
||||
/***************************************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue