Update angular version and other securit fixes
Compare changes
@@ -36,10 +36,10 @@
@@ -36,10 +36,10 @@
@@ -61,10 +61,10 @@
@@ -61,10 +61,10 @@
@@ -86,10 +86,10 @@
@@ -86,10 +86,10 @@
@@ -113,11 +113,11 @@
@@ -113,11 +113,11 @@
[ngClass]="{'has-error': emailConfirmationError || fieldIsInvalid('emailConfirmation'), 'is-valid': !emailConfirmationError && fieldIsValid('emailConfirmation')}">
@@ -161,7 +161,7 @@
@@ -161,7 +161,7 @@
<span>{{ selectedSubject !== null && selectedSubject.value !== null ? selectedSubject.value : contactTrad.subjectPlaceholder }}</span>
@@ -178,10 +178,10 @@
@@ -178,10 +178,10 @@
@@ -199,10 +199,10 @@
@@ -199,10 +199,10 @@
[ngClass]="{'has-error': fieldIsInvalid('text'), 'is-valid': fieldIsValid('text')}" rows=6></textarea>