mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-08 02:28:50 +01:00
prepare heroku deployment 3
This commit is contained in:
parent
a64c595b7c
commit
08857e6ad1
5 changed files with 199 additions and 555 deletions
|
|
@ -0,0 +1,7 @@
|
|||
<form class="form">
|
||||
<label for="subject">Subject:</label>
|
||||
<input nbInput id="subject" type="text">
|
||||
|
||||
<label class="text-label" for="text">Text:</label>
|
||||
<textarea nbInput id="text"></textarea>
|
||||
</form>
|
||||
|
|
@ -2,15 +2,7 @@ import { Component } from '@angular/core';
|
|||
import { NbWindowRef } from '@nebular/theme';
|
||||
|
||||
@Component({
|
||||
template: `
|
||||
<form class="form">
|
||||
<label for="subject">Subject:</label>
|
||||
<input nbInput id="subject" type="text">
|
||||
|
||||
<label class="text-label" for="text">Text:</label>
|
||||
<textarea nbInput id="text"></textarea>
|
||||
</form>
|
||||
`,
|
||||
template: './promotion-detail.component.html',
|
||||
styleUrls: ['promotion-detail.component.scss'],
|
||||
})
|
||||
export class PromotionDetailComponent {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue