Tao Feng

Results 4 issues of Tao Feng

I forked the repo can try to build ng-chat locally. when I do ng build, I got this error: [error] Error: Cannot find module '@angular-devkit/build-angular/package.json' what is the normal step...

I am writing an Azure function to convert a video file from storage. when the video passes in to the function, it is in the format of bytes. How can...

question

I use ngx-quill-upload will quill editor to upload user posts. I can successfully upload the image to the server, however, when I persist the htmlstring to database, the htmlstring still...

I am using angular 12 and I have the following code. the issue is when I click on each image, nothing happens, no popup. However, if I remove *ngFor and...