• Robert Knight's avatar
    Move services to `services/` directory · 3e7626f8
    Robert Knight authored
    Following the plan outlined in #687, move services into a `services/`
    directory.
    
    The definition of "services" in that plan (a possibly stateful module
    that handles interaction with an external party) is slightly more narrow
    than what constitutes an Angular service (a stateful singleton that has
    dependencies on injectable services/values).
    
    However as a first approximation most Angular services are services as
    defined in #687, so I've simply moved them all to the `services/`
    directory.
    3e7626f8
Name
Last commit
Last update
.github Loading commit data...
docs Loading commit data...
images Loading commit data...
scripts Loading commit data...
src Loading commit data...
.babelrc Loading commit data...
.eslintignore Loading commit data...
.eslintrc Loading commit data...
.gitignore Loading commit data...
.npmignore Loading commit data...
.npmrc Loading commit data...
.travis.yml Loading commit data...
CHANGELOG.md Loading commit data...
CODE_OF_CONDUCT Loading commit data...
Jenkinsfile Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
gulpfile.js Loading commit data...
package.json Loading commit data...
requirements-dev.in Loading commit data...
yarn.lock Loading commit data...