03 2020 档案
摘要:首先在app.json下“window”中进行如下设置: "backgroundTextStyle": "dark", "enablePullDownRefresh": true, "onReachBottomDistance": 50 在需要进行下拉刷新的页面进行js设置: onPullDownR
阅读全文
摘要:首先,创建一个后缀名为.pipe.ts的文件(使用命令ng generate pipe heroe): import { Pipe, PipeTransform } from "@angular/core"; @Pipe({ name: "heroe" }) export class HeroePi
阅读全文