mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
refactor(treeview): get rid of strange ts compilation error
This commit is contained in:
parent
07a3081be8
commit
b280a8b012
2 changed files with 2 additions and 4 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import {Component, ViewEncapsulation, Input} from '@angular/core';
|
||||
|
||||
import {Component, ViewEncapsulation, ViewChild, Input} from '@angular/core';
|
||||
import {BaCardBlur} from './baCardBlur.directive';
|
||||
|
||||
@Component({
|
||||
|
|
|
|||
|
|
@ -1,2 +1 @@
|
|||
export * from './baCard.component.ts';
|
||||
export * from './baCardBlur.directive';
|
||||
export * from './baCard.component';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue