mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 05:45:50 +00:00
Improve home publication
This commit is contained in:
@@ -8,7 +8,6 @@ import { Publication } from 'src/app/models/publication';
|
||||
import { Image } from 'src/app/models/image';
|
||||
import { ThrowStmt } from '@angular/compiler';
|
||||
import { PhotoService } from 'src/app/services/photo.service';
|
||||
import { AlertService } from 'src/app/services/alert.service';
|
||||
//Capacitor
|
||||
/* const { Camera } = Plugins; */
|
||||
|
||||
@@ -165,7 +164,7 @@ export class NewPublicationPage implements OnInit {
|
||||
|
||||
|
||||
close(){
|
||||
this.closeDesktopComponent.emit();
|
||||
this.closeDesktopComponent.emit('!???____!!');
|
||||
}
|
||||
clear(){
|
||||
this.capturedImage = '';
|
||||
|
||||
Reference in New Issue
Block a user