Description:
The angular style guide (https://angular.io/styleguide#!#naming) recommends using the following convention for file naming : feature-name.type.ts. The project files do not currently follow this convention. For example, aboutpage.component.ts should be about-page.component.ts.
Wireframe: One of "NEEDED" or "ATTACHED". If wireframe is available then it will be attached.
Software Functionality:
We should use a consistent file naming convention, in accordance with Angular recommendations, when introducing new files.
Description:
The angular style guide (https://angular.io/styleguide#!#naming) recommends using the following convention for file naming :
feature-name.type.ts. The project files do not currently follow this convention. For example,aboutpage.component.tsshould beabout-page.component.ts.Wireframe: One of "NEEDED" or "ATTACHED". If wireframe is available then it will be attached.
Software Functionality:
We should use a consistent file naming convention, in accordance with Angular recommendations, when introducing new files.