标签: angular firebase firebase-realtime-database angular5
我正在为医院制定程序,每个患者检查都需要有协议编号,每次检查都将增加,我如何才能使该部分具有动态性,例如,我希望在firebase索引中具有以下内容:'1/2018 ',下一次检查指数:'2/2018'。
我正在使用angular 5框架。 是的