Starter code (in the style of maven) for Angular apps.
- Separation of TypeScript (
*.ts) files and the transpiled JavaScript (*.js) files, resulting in a clutter freesrc/folder. - Automatic detection and copying of
*.html,*.cssfiles in thesrc/folder to the target folder.