initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'ngx-plain-layout',
|
||||
styleUrls: ['./plain.layout.scss'],
|
||||
template: `
|
||||
<nb-layout>
|
||||
|
||||
|
||||
<nb-layout-column>
|
||||
<ng-content select="router-outlet"></ng-content>
|
||||
</nb-layout-column>
|
||||
|
||||
<nb-layout-footer fixed>
|
||||
<ngx-footer></ngx-footer>
|
||||
</nb-layout-footer>
|
||||
</nb-layout>
|
||||
`,
|
||||
})
|
||||
export class PlainLayoutComponent { }
|
||||
Reference in New Issue
Block a user