Open ChiBaoNguyen opened 5 years ago
How to use Angular 7 HttpClientModule with REST API https://www.youtube.com/watch?v=yAT2HHusDDk
Xóa file and folder
@echo off
set targetdir=D:\t\AAA set targetFolder=bin
for /F "delims=" %%I in ('dir "%targetdir%*%targetFolder%" /AD /B /S 2^>nul ^| %SystemRoot%\System32\findstr.exe /E /I /C:"\%targetFolder%"') do ( del /A /F /Q "%%I*" rd /s /q "%%I" )
echo Da xoa thanh cong folder!!!.... pause
https://docs.microsoft.com/en-us/aspnet/web-api/overview/security/enabling-cross-origin-requests-in-web-api giup API frontend call backend