mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
add promotion detail form
This commit is contained in:
parent
7dec510488
commit
65221ecbea
3 changed files with 537 additions and 176 deletions
709
package-lock.json
generated
709
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -109,4 +109,4 @@
|
||||||
"tslint-language-service": "^0.9.9",
|
"tslint-language-service": "^0.9.9",
|
||||||
"typescript": "3.7.5"
|
"typescript": "3.7.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ import { NbWindowRef } from '@nebular/theme';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ngx-promotion-detail',
|
selector: 'ngx-promotion-detail',
|
||||||
template: './promotion-detail.component.html',
|
templateUrl: './promotion-detail.component.html',
|
||||||
styleUrls: ['promotion-detail.component.scss'],
|
styleUrls: ['promotion-detail.component.scss'],
|
||||||
})
|
})
|
||||||
export class PromotionDetailComponent {
|
export class PromotionDetailComponent {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue