{{ section.description }}
+ } +{{ question.exampleText }}
+You may attach up to 5 file(s) to this question. Files cannot total over 5GB in size.
++ Uploaded files will automatically be archived in this registration. They will also be added to a related + project that will be created for this registration. +
+ +File input is not implemented yet.
+ } + } +{{ 'registries.metadata.description' | translate }}
++ {{ 'shared.license.description' | translate }} +
++ {{ 'shared.license.helpText' | translate }} + {{ 'common.links.helpGuide' | translate }}. +
+
+
+ {{ 'registries.new.infoText1' | translate }} + {{ 'common.links.clickHere' | translate }} + {{ 'registries.new.infoText2' | translate }} +
+{{ 'registries.new.steps.step1' | translate }}
+review works!
diff --git a/src/app/features/registries/components/review/review.component.scss b/src/app/features/registries/components/review/review.component.scss new file mode 100644 index 000000000..e69de29bb diff --git a/src/app/features/registries/components/review/review.component.spec.ts b/src/app/features/registries/components/review/review.component.spec.ts new file mode 100644 index 000000000..f555378f7 --- /dev/null +++ b/src/app/features/registries/components/review/review.component.spec.ts @@ -0,0 +1,22 @@ +import { ComponentFixture, TestBed } from '@angular/core/testing'; + +import { ReviewComponent } from './review.component'; + +describe('ReviewComponent', () => { + let component: ReviewComponent; + let fixture: ComponentFixture