firebase otp and build routing issue fixed
This commit is contained in:
commit
4b59fdc9b2
@ -162,8 +162,8 @@ export class BusinessListComponent implements OnInit {
|
||||
// var d = this.customersList.length+1
|
||||
console.log(formValue[0])
|
||||
|
||||
const formData:FormData = new FormData();
|
||||
formData.append('image', formValue[0].logo);
|
||||
// const formData:FormData = new FormData();
|
||||
// formData.append('image', formValue[0].logo);
|
||||
// formData.append('busId', JSON.stringify(formValue[0].busName));
|
||||
// formData.append('busName', JSON.stringify(formValue[0].busName));
|
||||
|
||||
@ -172,7 +172,7 @@ export class BusinessListComponent implements OnInit {
|
||||
// formData.append('city', JSON.stringify(formValue[0].city));
|
||||
// formData.append('email', JSON.stringify(formValue[0].email));
|
||||
// formData.append('contactNo', JSON.stringify(formValue[0].contactNo));
|
||||
console.log(formData)
|
||||
//console.log(formData)
|
||||
this._bus.addFormDetails(formValue[0]).subscribe(res => {
|
||||
if (res.status == 200) {
|
||||
// this.customersList = res.data;
|
||||
|
||||
@ -13,10 +13,10 @@ mat-toolbar{
|
||||
display: initial!important;
|
||||
// max-width: 30%!important;
|
||||
}
|
||||
.mat-width{
|
||||
// max-width: 68%!important;
|
||||
// margin-left: 11rem;
|
||||
}
|
||||
// .mat-width{
|
||||
// // max-width: 68%!important;
|
||||
// // margin-left: 11rem;
|
||||
// }
|
||||
@media only screen and (max-width: 600px) {
|
||||
.mat-width{
|
||||
margin-left: 0rem!important;
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
::ng-deep .mat-drawer-content{
|
||||
overflow: hidden !important;
|
||||
}
|
||||
@ -54,6 +54,9 @@ $mat-toolbar-height-mobile-landscape: 48px !default;
|
||||
max-width: 73.13rem;
|
||||
}
|
||||
}
|
||||
html, body {
|
||||
overflow:hidden !important;
|
||||
}
|
||||
|
||||
.mat-sidenav-content {
|
||||
min-height: 100%;
|
||||
|
||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user