angular-web-assets

Various Angular components & many handy to use css, js, etc. assets.


License
MIT
Install
npm install angular-web-assets@3.0.30

Documentation

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.

Compiling *.ts files

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.