4Manuals

  • PDF Cloud HOME

使用Angular 5从Firebase中删除存储的数据 Download

    不进行转换的TypeScript窄枚举类型(Redux) 如何将动态模板引用Click事件绑定到跨度? Jspdf在最新的Chrome版本中保存时间过长(79.0.3945.88) 在Cypress中保存变量 Ionic 3错误:“缺少文件google-services.json。没有它,Google Services插件将无法运行。”在离子科尔多瓦建立/准备Android Flutter:Java使用或覆盖已弃用的API 从Firebase发送推送通知不起作用 使用一些Typescript文件测试React应用 IIS 10中的网址重写 Angular 7:类型为radio的复选框,使用ngModel还是change-function?

我是Angular的新手,需要帮助。我正在尝试从Firebase中删除帖子,但不会执行删除操作。

我的代码的相关摘录如下:

post.commponent.html:

(click)=deletePost(post.id) Delete

post.commponent.ts:

deletePost(id:string) {
  this.postservice.deleteThePost(id);
}

posts.service.ts:

deleteThePost(id:string) {
  this.db.doc(`posts/${id}`).delete();
}

有人可以帮我解决这个问题或将我链接到适当的文档吗?

0 个答案:

没有答案



Similar searches
    cron作业问题,调用函数 结束文件错误Nginx +清漆(centos) 无需检查即可将标准输入快速读入缓冲区 VHDL:在函数的变量声明区域中无法识别类型 未创建多个队列-C