Angular
一起来学Angular
本地是好的
我不懒,但我什么都没有写
展开
-
[html|angular]根据图片大小自适应居中留白
代码】[html|angular]根据图片大小自适应居中留白。原创 2022-08-03 17:13:00 · 264 阅读 · 0 评论 -
原生js实现图片/PDF导入(PDF导入需后端处理)
public onUpload(): void { const fileInput = document.createElement('input'); fileInput.type = 'file'; fileInput.accept = 'image/gif,image/jpeg,image/jpg,image/png,image/svg,.svg,application/pdf'; let file: File = null; const rea..原创 2021-10-20 14:30:00 · 979 阅读 · 1 评论 -
angular过滤json对象传来是否包含某个值,并返回数组
<input type="text" [(ngModel)]="searchValue" (ngModelChange)="checkValue()" class="searchInput" nz-input placeholder="请输入关键字搜索用户" />原创 2019-12-09 15:26:42 · 576 阅读 · 0 评论 -
swiper实现鼠标点击放大效果
angular 部分核心代码 <div class="intro" *ngIf="info.imgfiles && usedforConstruction"> <h5>{{'guide.images' | translate}}:</h5> <div class="imgItems swiper-...原创 2019-10-28 18:14:01 · 3677 阅读 · 0 评论 -
angular管道-自定义pipe实现删除请求数据的换行符<br>
快速自定义管道文件(pipe)ng g p sexReform使用管道的时候,需要在相应的.module.ts内import进来。*import { Pipe, PipeTransform } from '@angular/core';@Pipe({ name: 'brTxt', pure: true// 如果你的管道不受外界影响,只受参数的影响请遵守FP原则,设置为纯管道...原创 2019-10-24 14:25:07 · 416 阅读 · 0 评论 -
angular开发快捷操作
MyAppThis project was generated with Angular CLI version 8.3.12.Development serverRun ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change ...原创 2019-10-22 09:36:42 · 481 阅读 · 0 评论