All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Bumped the version
- Updated it to depend on lineman-angular2 v0.0.7
- Bumped the version
- Removed lineman-less v0.0.1 dependency
- Add unit and end to end test samples
- Add the elements of the original lineman-angular-template app
your-project-name
|
|-- app/
|
|- app.css
|- bootstrap.ts
|- moduleA/
|- moduleA.css
|- moduleA.html
|- moduleA.ts
|- ...
|- moduleN/
|- moduleN.css
|- moduleN.html
|- moduleN.ts
|-- node_modules/
|-- test/
|
|- main_spec.ts
|- moduleA/
|- moduleA_spec.ts
|- ...
|- moduleN/
|- moduleN_spec.ts
|-- gitignore
|-- Gruntfile.js
|-- LICENSE
|-- README.md
|-- favicon.ico
|-- index.html
|-- package.json
|-- systems.config.js
|-- tslint.json
|-- typings.json
- Angular 2 source code, including index.html to load pure Angular 2.
- CHANGELOG.md - hereon I'll keep a high level change log.
- Initial Release.