Angular Web Assets
Tools to help you work with Angular.
Compiling assets with gulp
To compile any less
, scss
file or to run specific tasks it is enough to run gulp default
.
In case you need to compile specific assets, search for the dedicated gulp
command.
*.ts
files
Compiling For compiling typescript
files it is enough to run tsc
or npm run tsc
.
All available commands:
-
npm run tsc
. -
npm run gulp
. -
npm run build
.
The last command npm run build
will run both tsc
and gulp
.