Author: Julie Ng
This Angular starter template includes many integrations I frequently use. I am saving them all here to save myself the trouble of looking for how to do X in Angular every few months.
The internet makes configuring Travis CI sound really hard. It probably was a year ago. But now it is no longer necessary to install everything in your build environment yourself. Integrating is as easy as:
- configure Karma and Protractor in Angular to use Chrome
- use the Travis provided Chrome addon
- use the Travis provided xvfb wrapper around Chrome for E2E
No apt-get
s or sudo
s required in my .travis.yml file.
Full details in Pull Request →
This project was generated with Angular CLI version 1.7.1.
ng new angular-starter --style css --routing true