mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-05 13:20:16 +01:00
fix(tables): fix #704
This commit is contained in:
parent
c85eae7e4b
commit
0fbad7ef9e
8 changed files with 2 additions and 16 deletions
|
|
@ -3,7 +3,6 @@ import { NgUploaderOptions } from 'ngx-uploader';
|
|||
|
||||
@Component({
|
||||
selector: 'layouts',
|
||||
styles: [],
|
||||
templateUrl: './layouts.html',
|
||||
})
|
||||
export class Layouts {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ import {Component} from '@angular/core';
|
|||
|
||||
@Component({
|
||||
selector: 'forms',
|
||||
styles: [],
|
||||
template: `<router-outlet></router-outlet>`
|
||||
})
|
||||
export class Forms {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue