标签: angular ionic4
我看不到这两个代码之间的区别,应该在哪种情况下使用它?
this.ideaId = this.route.snapshot.params['id']
和
this.postID = this.route.snapshot.paramMap.get('id')