prepare heroku deployment 3

This commit is contained in:
Zuhdan Ubay 2020-05-18 12:34:48 +07:00
parent a64c595b7c
commit 08857e6ad1
5 changed files with 199 additions and 555 deletions

View file

@ -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>

View file

@ -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 {