mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
feat: angular 7+ update (#1910)
Closes #1890 BREAKING CHANGES: Angular 7+ now required. The following libraries were updated: - @agm/core - @ng-bootstrap/ng-bootstrap - @swimlane/ngx-charts - ng2-ckeditor - ngx-echarts
This commit is contained in:
parent
3f422db62e
commit
aa7579ccd6
13 changed files with 4568 additions and 1504 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import {Component, OnDestroy} from '@angular/core';
|
||||
import { NbThemeService } from '@nebular/theme';
|
||||
import { takeWhile } from 'rxjs/operators/takeWhile' ;
|
||||
import { takeWhile } from 'rxjs/operators' ;
|
||||
|
||||
interface CardSettings {
|
||||
title: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue