User Tools

Site Tools


dev:angular_dev_best_practices

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
dev:angular_dev_best_practices [2019/01/18 17:12] ericksondev:angular_dev_best_practices [2019/01/22 10:12] – [Unit Tests] erickson
Line 5: Line 5:
  
  
-  * Run 'ng build --prod' before committing.+  * Run %%'ng build --prod'%% before committing.
     * This ensures the templates also compile successfully.     * This ensures the templates also compile successfully.
   * Run 'ng lint' before committing.   * Run 'ng lint' before committing.
Line 33: Line 33:
     * e.g. idl.service.ts and idl.spec.ts are in the same directory.     * e.g. idl.service.ts and idl.spec.ts are in the same directory.
   * See Open-ILS/src/eg2/src/app/core/*.spec.ts files unit test examples of core services.   * See Open-ILS/src/eg2/src/app/core/*.spec.ts files unit test examples of core services.
-  * The highest priority for unit test implementation are shared *.service.ts files since changes to these files have the broadest impact.+  * The highest priority for unit test implementation are shared *.service.ts files, followed by shared components, since changes to these files have the broadest impact.
  
dev/angular_dev_best_practices.txt · Last modified: 2023/11/24 23:05 by sandbergja

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.