ionic:导航栏上的搜索栏

时间:2017-11-22 16:16:32

标签: angular typescript ionic-framework ionic3

我想在我的离子项目的导航栏上添加一个搜索图标

int main()
{
  char t[20];
  FILE *fp;
  fp=fopen("a.txt","w");
  fprintf(fp,"test");
  fscanf(fp,"%s", t);
  printf("%s", t);
  fclose(fp);
  return 0;
}

enter image description here

但是离子图标不会出现。

1 个答案:

答案 0 :(得分:0)

我刚试过它&它在工作。

peerDependencies

这里是working Demo