检测应用打开次数

时间:2018-08-21 14:12:57

标签: angular typescript ionic3

我需要$form = $this->createForm(MyType::class, $dto); $form->handleRequest($request); if($form->isSubmitted()) { if($form->isValid()) { // Save data } } else { // Set default value $form->get('date')->setData( new\DateTime(’now’) ); } 应用中的count total app opens。我应该为此使用哪个Ionic 3?我知道我必须在event文件上执行此操作。但是我应该使用哪个app.component.ts?我们无法在event上使用page lifecycle hooks。因此,如果我使用app component,则它只能工作一次,因为它不会再次触发。那又如何呢?

0 个答案:

没有答案