17.10.2018 Views

Angular

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

tsconfig.json<br />

*.ts<br />

!*.d.ts<br />

.idea<br />

Continuous integration<br />

Finally you can set up continuous integration build<br />

.travis.yml<br />

language: node_js<br />

node_js:<br />

- node<br />

deploy:<br />

provider: npm<br />

email: contact@maciejtreder.com<br />

api_key:<br />

secure: <br />

on:<br />

tags: true<br />

repo: maciejtreder/awesome-angular-module<br />

Demo can be found here: https://github.com/maciejtreder/awesome-angular-module<br />

GoalKicker.com – <strong>Angular</strong> 2 Notes for Professionals 206

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!