source: trip-planner-front/node_modules/.bin/ng-xi18n.cmd@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 284 bytes
Line 
1@ECHO off
2SETLOCAL
3CALL :find_dp0
4
5IF EXIST "%dp0%\node.exe" (
6 SET "_prog=%dp0%\node.exe"
7) ELSE (
8 SET "_prog=node"
9 SET PATHEXT=%PATHEXT:;.JS;=;%
10)
11
12"%_prog%" "%dp0%\..\@angular\compiler-cli\src\extract_i18n.js" %*
13ENDLOCAL
14EXIT /b %errorlevel%
15:find_dp0
16SET dp0=%~dp0
17EXIT /b
Note: See TracBrowser for help on using the repository browser.