An open API service indexing awesome lists of open source software.

https://github.com/jyuhuan/angular-skeleton

Starter code (in the style of maven) for Angular apps.
https://github.com/jyuhuan/angular-skeleton

angular typescript

Last synced: about 2 months ago
JSON representation

Starter code (in the style of maven) for Angular apps.

Awesome Lists containing this project

README

          

# Angular Skeleton
Starter code (in the style of maven) for Angular apps.

## Features

- Separation of TypeScript (`*.ts`) files and the transpiled JavaScript (`*.js`) files, resulting in a clutter free `src/` folder.
- Automatic detection and copying of `*.html`, `*.css` files in the `src/` folder to the target folder.