add promotion detail form

This commit is contained in:
Zuhdan Ubay 2020-05-18 14:24:37 +07:00
parent 7dec510488
commit 65221ecbea
3 changed files with 537 additions and 176 deletions

709
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -109,4 +109,4 @@
"tslint-language-service": "^0.9.9",
"typescript": "3.7.5"
}
}
}

View file

@ -3,7 +3,7 @@ import { NbWindowRef } from '@nebular/theme';
@Component({
selector: 'ngx-promotion-detail',
template: './promotion-detail.component.html',
templateUrl: './promotion-detail.component.html',
styleUrls: ['promotion-detail.component.scss'],
})
export class PromotionDetailComponent {