Changeset 95d80e4 for src/Clients/Angular/finki-chattery
- Timestamp:
- 10/21/21 19:16:53 (3 years ago)
- Branches:
- dev
- Children:
- 3b395c5
- Parents:
- 9885bee
- Location:
- src/Clients/Angular/finki-chattery/src/app/shared-app
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Clients/Angular/finki-chattery/src/app/shared-app/components/components.ts
r9885bee r95d80e4 6 6 import { StudentCardComponent } from './question/student-card/student-card.component'; 7 7 8 export const COMPONENTS: any[] = [ButtonComponent, FormErrorComponent, FileUploadComponent, QuestionPreviewComponent, VoteComponent, StudentCardComponent]; 8 export const COMPONENTS: any[] = [ 9 ButtonComponent, 10 FormErrorComponent, 11 FileUploadComponent, 12 QuestionPreviewComponent, 13 VoteComponent, 14 StudentCardComponent 15 ]; -
src/Clients/Angular/finki-chattery/src/app/shared-app/directives/directives.ts
r9885bee r95d80e4 1 import { HandleInputFormErrorsDirective, HoverElevationDirective, LoaderDirective, HandleSelectFormErrorsDirective, ShareLinkDirective } from '.'; 1 import { 2 HandleInputFormErrorsDirective, 3 HoverElevationDirective, 4 LoaderDirective, 5 HandleSelectFormErrorsDirective, 6 ShareLinkDirective 7 } from '.'; 2 8 3 export const DIRECTIVES: any[] = [HandleInputFormErrorsDirective, LoaderDirective, HoverElevationDirective, HandleSelectFormErrorsDirective, ShareLinkDirective]; 9 export const DIRECTIVES: any[] = [ 10 HandleInputFormErrorsDirective, 11 LoaderDirective, 12 HoverElevationDirective, 13 HandleSelectFormErrorsDirective, 14 ShareLinkDirective 15 ];
Note:
See TracChangeset
for help on using the changeset viewer.