我正在尝试使用neo4j 3.5实现分页,我意识到这个版本不支持子查询(如Call {})。在此特定版本中,分页的常用方法是(cypher pagination total result count): // ------------------------------------- MATCH (px)-[:Rel3]->(ptx:Type4)
我正在尝试从另一个组件访问另一个表单组件。结构是这样的:SubComponentA (This is where the form comes)
所以我试图从我的ComponentB访问SubComponentA,执行一个@ViewChild(ComponentA, {static: false}) componentA: ComponentA,然后从ComponentB中的一个方法中获取它如何在SubComponent