Renamed AlertsComponent to AlertComponent and added tests

This commit is contained in:
Giuseppe Digilio
2019-03-21 13:16:38 +01:00
parent 49c060d1ae
commit a87900c132
8 changed files with 122 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ import { Component, Injector, Input, OnInit, ViewChild } from '@angular/core';
import { SectionsDirective } from '../sections.directive';
import { SectionDataObject } from '../models/section-data.model';
import { rendersSectionType } from '../sections-decorator';
import { AlertType } from '../../../shared/alerts/aletrs-type';
import { AlertType } from '../../../shared/alert/aletr-type';
/**
* This component represents a section that contains the submission license form.