我们已经决定遵循角度项目组织和命名约定的最佳实践建议中的建议,同时构建一个用于测量连接质量的小型内部应用程序.
这就是我们现在所拥有的:
$ tree -L 1
.
??? app-config-service.js
??? app-config-service_test.js
??? app-connection-service.js
??? app-connection-service_test.js
??? app-controller.js
??? app-controller_test.js
??? app-countdown-directive.js
??? app-countdown-directive_test.js
??? app-footer-directive.js
??? app-footer-directive_test.js
??? app-footer-service.js
??? app-footer-service_test.js
??? app-math-service.js
??? app-math-service_test.js
??? app-stats-directive.js
??? app-stats-directive_test.js
??? app-status-directive.js
??? app-status-directive_test.js
??? app-status-service.js
??? app-status-service_test.js
??? app-time-directive.js
??? app-time-directive_test.js
??? app.css
??? app.js
??? bower_components
??? config.json
??? countdown.html
??? footer.html
??? img
??? index.html
??? ping
??? stats.html
??? status.html …Run Code Online (Sandbox Code Playgroud)